https://github.com/tata-v/react-native-boilerplate
https://github.com/tata-v/react-native-boilerplate
react-native react-navigation tailwindcss
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tata-v/react-native-boilerplate
- Owner: TATA-V
- Created: 2024-05-17T07:47:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T11:49:22.000Z (almost 2 years ago)
- Last Synced: 2025-05-14T03:30:58.774Z (about 1 year ago)
- Topics: react-native, react-navigation, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 724 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`react-native` `tailwindcss` `react-navigation`
### android
```bash
# 실행
yarn android
```
### ios
xcode version 15.3 사용
```bash
# 실행
yarn ios
```