mhdnp1234 / react-native-redux-saga-flow-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Redux Saga Flow Boilerplate v1.0.0

This boilerplate has been created using https://reactnativeseed.com . I have make changes to use saga and axios for rest api call. it's really a cool example to give a start for any one who want to quickly start developing app using react native stack.

*Brought to you by mhdnp1234

Get Started

1. System Requirements

  • expo client in mobile to run this app in mobile

  • Globally installed Expo npm install exp --global

  • Globally installed node

  • Globally installed react-native CLI

2. Installation

On the command prompt run the following commands

$ git clone https://github.com/mhdnp1234/react-native-redux-saga-flow-boilerplate.git

$ cd react-native-redux-saga-flow-boilerplate/

$ npm install
  or
  yarn

Run on iOS

  • Opt #1:
    • Run npm start in your terminal
    • Scan the QR code in your Expo app
  • Opt #2:
    • Run npm run ios in your terminal

Run on Android

  • Opt #1:
    • Run npm start in your terminal
    • Scan the QR code in your Expo app
  • Opt #2:
    • Run npm run android in your terminal

For apps with more advance designs, please visit NativeBase Market.

About

License:Other


Languages

Language:JavaScript 100.0%