React Native / MobX / React Navigation Boilerplate
July 27, 2017 ยท View on GitHub
Installation and Usage
When starting a new project, you want to:
react-native init <AppName>cd <AppName>- Copy all the files (not folders) from
.babelrcdown toyarn.lock. - Copy the
srcfolder. yarn install- Find and replace all
ReactNativeMobXBoilerplateto<AppName> react-native linknpm run ios