react-native-collapsible-segmented-view
A cross-platform Collapsible Segmented View component for React Native
파일 탐색기
최종 버전 다운로드 (.zip)- config.yml
- bug_report.md
- bug_report.yml
- feat_request.yml
- feature_request.md
- question.md
- expo-preview.yml
- expo.yml
- android.gif
- ios.gif
- buildDocs.ts
- mdGenerator.ts
- README_TEMPLATE.md
- types.d.ts
- utils.ts
- album-art-1.jpg
- album-art-2.jpg
- album-art-3.jpg
- album-art-4.jpg
- album-art-5.jpg
- album-art-6.jpg
- album-art-7.jpg
- album-art-8.jpg
- avatar-1.png
- avatar-2.png
- book.jpg
- icon.png
- Albums.tsx
- Article.tsx
- Contacts.tsx
- ExampleComponent.tsx
- Header.tsx
- QuickStartDemo.tsx
- useRefresh.tsx
- AnimatedHeader.tsx
- App.tsx
- Default.tsx
- Lazy.tsx
- NoFadeIn.tsx
- QuickStartDemo.tsx
- types.ts
- UndefinedHeaderHeight.tsx
- .eslintrc.json
- .gitignore
- app.json
- App.tsx
- babel.config.js
- metro.config.js
- package.json
- README.md
- tsconfig.json
- yarn.lock
- FlatList.tsx
- ScrollView.tsx
- helpers.ts
- index.tsx
- MaterialTabBar.tsx
- Segment.tsx
- SegmentContext.ts
- SegmentedControl.tsx
- SegmentedView.tsx
- SegmentedViewContext.ts
- types.ts
- useCollapsibleStyle.ts
- useHeaderMeasurements.ts
- useIsFocused.ts
- useSelectedIndex.ts
- .eslintignore
- .eslintrc.js
- .gitignore
- .prettierrc.json
- .release-it.json
- CHANGELOG.md
- commitlint.config.js
- LICENSE
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/PedroBern/react-native-collapsible-segmented-view
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-native-collapsible-segmented-view
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
yarn add react-native-collapsible-segmented-view
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn typescript
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn lint
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn lint -- --fix
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn docs
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
