0.0.3 • Published 7 years ago

react-native-template-starter v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

This is personal app setup that I use for my RN projects.

This is WIP, as I need to init and grow more than one project using this.

$react-native init --template starter <new project name>

Things to do after init

  1. Run node scripts/postInit.js It will:
  • Install dev dependencies
  • Replace appKey in index files
  1. Finish splash screen installation as instructed
  2. Examine .env files for react-native-config
  3. Run new app

Things included