This is a practice of combining react-native, redux and redux-saga. Just following the react-native tutoruial and using redux and redux-saga to do the state controlling and fetching effects.
- Make sure the instruction of Android Setup done
- git clone this repo
npm install
- Start your emulator manually
react-native run-android
(should runreact-native start
in windows environment)