/reduxlearningstarter

Simple starter app for ReactNativeTutorial.net Redux tutorial

Primary LanguageObjective-C

reduxlearningstarter

Simple starter app for ReactNativeTutorial.net Redux tutorial

You can look on the branch "finished", to see the finished app with redux implemented.

To run the starter project:

git clone https://github.com/Hyllesen/reduxlearningstarter
cd reduxlearningstarter
yarn install
react-native run-ios

Use npm install if you prefer to use npm instead of yarn. Use react-native run-android if you are using Android.