arnif / redux-react-native-counter-example

Redux counter example implemented for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Credits

About

Redux counter example implemented for React Native


Languages

Language:Objective-C 54.4%Language:JavaScript 45.6%