/react-native-redux-counter-es6

Redux Counter Example w/ React Native + ES2015

Primary LanguageObjective-C

Redux Counter Example w/ React Native

Back in September 2015 I created this small example to deep into React Native and Redux. It based on the original Redux Counter example.

Today it helps me to check (breaking) changes if a new version of React Native is released every two weeks.

So it should be up-to-date with the latest dependencies:

Screen shot

installation issues?

Got an issue like this?

Error building DependencyGraph: Error: Naming collision detected:
...
./node_modules/react/node_modules/fbjs/lib/warning.js collides with ./node_modules/react-native/node_modules/fbjs/lib/warning.js

Solution: Use npm > v3 as mentioned by zxcpoiu here: Update React Native installation instructions

P.S. This project is just for fun - have fun :)

-Jens