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