Simple React Native boiler plate with Navigation, Redux and Sagas
Step 1: git clone this repo
Step 2: cd to the cloned repo
Step 3: run yarn
or npm i
- cd to the repo
- Run Build for either OS
- for iOS
- run
react-native run-ios
- run
- for Android
- Run Android Studio
- run
react-native run-android
- Delete iOS and android folders
- Search
boilerplate
in whole project - Replace it with your desired name
- Open terminal and run
react-native upgrade