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