All the react-redux and react-navigation configurations are pre done, so the developer can simply download the repo, install dependencies and start his logics by creating screens and dispatch actions.
- Node
6.x
or newer - React Native for development
- Xcode for iOS development
- Android Studio for Android development
- Android SDK
23.0.1
or newer for Android development
See Getting Started to install requirement tools.
- React Native
0.54.2
for building native apps using react - Redux
5.0.7
a predictable state container for Javascript apps - React Navigation
1.5.8
a router based on new React Native Navigation API - Babel
6.x.x
for ES6+ support
For downloading source through npm
$ npm install react-native-redux-navigation-starter
For downloading source through yarn
$ yarn add react-native-redux-navigation-starter
On the command prompt run the following commands
$ git clone git@github.com:sivarajng/react-native-redux-navigation-starter.git
or
$ git clone https://github.com/sivarajng/react-native-redux-navigation-starter.git
$ cd react-native-redux-navigation-starter/
$ npm install