Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 400 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 400 Bytes

React Native / MobX / React Navigation Boilerplate

Installation and Usage

When starting a new project, you want to:

  1. react-native init <AppName>
  2. cd <AppName>
  3. Copy all the files (not folders) from .babelrc down to yarn.lock.
  4. Copy the src folder.
  5. yarn install
  6. Find and replace all ReactNativeMobXBoilerplate to <AppName>
  7. react-native link
  8. npm run ios