Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 366 Bytes

File metadata and controls

28 lines (22 loc) · 366 Bytes

Example React Native Applications using Redux

To run this project:

  1. download project
    git clone git@github.com:react-native-training/react-native-redux-saga-example.git

  2. move into directory
    cd react-native-redux-saga-example

  3. install dependencies
    yarn

  4. run packager
    npm start

  5. run on device
    react-native run-ios