/react-native-first-practice

Use redux and redux-saga to connect with react-native

Primary LanguageJavaScript

Practice of react-native, redux and redux-saga

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.

Run the App

  • Make sure the instruction of Android Setup done
  • git clone this repo
  • npm install
  • Start your emulator manually
  • react-native run-android (should run react-native start in windows environment)