Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 716 Bytes

readme.md

File metadata and controls

22 lines (14 loc) · 716 Bytes

React Native Router Redux Boilerplate

This is a react native boilerplate with some common interactions that a mobile app needs, in addition to being connected to some sort of state management system like redux.

Features

Installation - do the following steps before installing

  1. Change the name of your app in ./app.json
  2. Change the name of your app in ./index.ios.js and ./index.android.js

yarn or npm install

Then,

react-native run-ios