reduxlearningstarter
reduxlearningstarter copied to clipboard
Simple starter app for ReactNativeTutorial.net Redux tutorial
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.