react-native-redux-saga-example icon indicating copy to clipboard operation
react-native-redux-saga-example copied to clipboard

Example boilerplate using React Native and Redux Saga

Example React Native Applications using Redux

To run this project:

  1. download project
    git clone [email protected]: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