React Native Navigator Experimental + Redux

This application uses React Native version 0.28.0-rc.0 or higher

This boilerplate also goes along with the medium post React Native Navigator Experimental Part 2 — Implementing Redux

To get started with this project, do the following:

1 clone the project:

git clone git@github.com:dabit3/react-native-navigator-experimental-redux.git

2 cd into the project

cd react-native-navigator-experimental-redux

3 install dependencies

npm install

4 Run the project in either an Android or iOS environment.


To see Tabs implemented into this project along with a custom reducer, view this branch.

To see Tabs implemented into this project along with a NavigationExperimental reducer, view this branch.