GitXplorerGitXplorer
a

redux-react-native-counter-example

public
16 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
316ea179b5ef171611fff3c321534a2e9ba19e61

added troubleshooting

aarnif committed 9 years ago
Unverified
691b52067dd15c1228ba18e92a2c0c11ee4d795f

Update README.md

aarnif committed 9 years ago
Unverified
24c90c4b50a2356cacbe3dd34962e8a2bc26b349

first commit

aarnif committed 9 years ago

README

The README file for this repository.

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