react-native-floating-action
Material design action button for React Native
파일 탐색기
최종 버전 다운로드 (.zip)- FUNDING.yml
- packager-info.json
- settings.json
- assets.json
- icon.png
- splash.png
- CustomActionComponent.js
- Property.js
- add.png
- add@2x.png
- add@3x.png
- ic_accessibility_white.png
- ic_accessibility_white_2x.png
- ic_accessibility_white_3x.png
- ic_language_white.png
- ic_language_white_2x.png
- ic_language_white_3x.png
- ic_room_white.png
- ic_room_white_2x.png
- ic_room_white_3x.png
- ic_videocam_white.png
- ic_videocam_white_2x.png
- ic_videocam_white_3x.png
- FloatingActionActionsDistance.js
- FloatingActionCenterScreen.js
- FloatingActionChangeActionColor.js
- FloatingActionCustomActionComponent.js
- FloatingActionDistanceEdge.js
- FloatingActionHexColorScreen.js
- FloatingActionHideBackgroundScreen.js
- FloatingActionLeftScreen.js
- FloatingActionListenKeyboard.js
- FloatingActionOpenMountScreen.js
- FloatingActionOverlayScreen.js
- FloatingActionOverrideWithActionScreen.js
- FloatingActionRgbColorScreen.js
- FloatingActionRightScreen.js
- FloatingActionShadow.js
- FloatingActionStatusProgramatically.js
- FloatingActionVisibilityScreen.js
- .babelrc
- .DS_Store
- .watchmanconfig
- App.js
- app.json
- metro.config.js
- package.json
- yarn.lock
- color.js
- platform.js
- touchable.js
- AddIcon.js
- FloatingAction.js
- FloatingActionItem.js
- index.js
- .DS_Store
- .eslintrc
- .flowconfig
- .gitignore
- .npmignore
- index.d.ts
- index.js
- LICENSE
- package.json
- README.md
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/santomegonzalo/react-native-floating-action
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-native-floating-action
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm i react-native-floating-action --save
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn add react-native-floating-action
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn run run:example
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
