Basic React Native Project with some useful components
The fasky-cli helps you to set up a best practice react native project within seconds. The cli is based on this project.
- React Native 0.61.5
- i18N
- react-navigation v5
- Install dependencies
npm install
- Compile iOS
npx react-native run-ios
- Compile Android
npx react-native run-android