Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.16 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.16 KB

React Native Boilerplate Redux

A React Native Starter Kit with NativeBase + React Navigation + Redux Apps (iOS & Android)

Stack

  1. React Navigation
  2. Redux
  3. Redux Form
  4. Redux Promise Middleware
  5. Redux Persist
  6. React Localization
  7. Native Base
  8. Axios
  9. React Native Elements

Get Started

1. System Requirements

2. Installation

On the command prompt run the following commands

$ git clone https://github.com/aswara/react-native-boilerplate.git

$ cd react-native-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