RN_UIModule / Uncategorized

모달/FlmModal

Posted on:

모달은 화면 위에 오버레이되어 사용자 상호작용을 차단하고, 하나의 작업 또는 정보에 집중하도록 만드는 UI컨테이너로서 사용자로그인,비밀번호입력,이미지확대보기등에 많이 사용됩니다. A modal is a UI container that overlays the screen and […]

RN_UIModule / Uncategorized

버튼/FlmButton

Posted on:

리액트네이티브 엑스포와 CLI에서 모두 사용가능합니다.Available for use with both React Native Expo and ReactNativeCLI. 1.react-native-freelifemakers-ui NPM 모듈 설치하기 / react-native-freelifemakers-ui NPM Module Instal 2.사용하기 / Usage 1)FlmButton 버튼사용 […]

ReactNative리액트네이티브 / Uncategorized

리액트네이티브 Expo,커스텀버튼,파일기반라우팅 / RNExpo,Custom Button,File-based routing

Posted on:

google drive : https://drive.google.com/drive/folders/1PBYPqnrrp05J8CDE9egIfLMbiMoqQtuZ?usp=share_link 1.커스텀 버튼 / Custom Buttonapp/FlmButton.js : 커스텀 버튼 ReactNative CLI에서도 사용가능 /Custom Buttons are also available in ReactNative CLI 2.파일 기반 라우팅 / File-based […]

ReactNative리액트네이티브

ReactNative Expo + javascript Settings

Posted on:

1.프로젝트 시작 / Project starthttps://docs.expo.dev/get-started/create-a-project/ 2.엑스포 환경설정 및 실행/ Expo environment settingshttps://docs.expo.dev/get-started/set-up-your-environment/1)앱스토어나, 플레이스토어에서 Expo Go를 다운로드하면 엑스포앱을 개발 할 수 있습니다.You can develop Expo apps by downloading Expo […]