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 installnpm start
open reduxCounterExample.xcodeproj
run in simulatorIf you encounter any errors please make sure you are using the latest version of watchman
brew update && brew upgrade watchman