React Native Starter kit with React Native Wix Navigation + Redux + Redux Saga + Typescrirpt
- Globally installed node. Currently tested on v10.17.0
- Globally installed react-native CLI
On the command prompt run the following commands
$ git clone https://github.com/shivrajkumar/ReactNative-Redux-TypeScript-Boilerplate.git
$ cd ReactNative-Redux-TypeScript-Boilerplate/
$ npm install
or
yarn
$ cd ios && pod install && cd ..
$ npx jetify
- Run
react-native run-ios
in your terminal
- Run
react-native run-android
in your terminal