Home

Awesome

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