redux-react-native-counter-example
redux-react-native-counter-example copied to clipboard
Redux counter example implemented for React Native
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 install
Running
npm start
open reduxCounterExample.xcodeproj
run in simulator
Troubleshooting
If you encounter any errors please make sure you are using the latest version of watchman
brew update && brew upgrade watchman