This is the Redux counter example implemented in React native
git clone https://github.com/arnif/redux-react-native-counter-example.git
cd redux-react-native-counter-example
npm install
npm start
open reduxCounterExample.xcodeproj
run in simulator
If you encounter any errors please make sure you are using the latest version of watchman
brew update && brew upgrade watchman