Super simple RN starter boilerplate, uses Mobx and React Navigation
Clone and cd into repo, run:
yarn
Change the name of the project to whatever you like, this does not change the name of the root file itself, you will need to do that manually.
yarn global add react-native-rename
react-native-rename <newName>
Run app:
react-native run-ios
or react-native run-android
Screen template generator:
Run the command node blueprint screen <ScreenName>
to generate a screen template