- Template react native typescript project with Redux, Saga, React Navigation.
- Clone this project.
- At root directory run
npm installto install the dependencies.
- Run
react-native run-androidto run on Android devices
- Run
cd ios/ && pod install. - Then run
react-native run-iosto run the project on iOS devices or run through Xcode.