qinkaiabc / react-native-mobx-boilerplate

Boilerplate for React Native using MobX and react-navigation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Boilerplate for React Native using MobX and react-navigation.


Languages

Language:Objective-C 42.4%Language:JavaScript 27.8%Language:Python 16.7%Language:Java 13.0%