Skip to content

hehex9/react-native-template

Repository files navigation

A react native template with these changes:

dependencies

feature flags

  • enable hermes
  • enable proguard

others

Usage

Install

npx react-native init projectName --template https://github.com/youjinbu/react-native-template
mv .env.example .env // and update the apple DEVELOPMENT_TEAM in .env

iOS

yarn xcodegen
npx pod-install
yarn ios --simulator "iPhone 12"

Android

npx app-icon init // or cp your icon.png to project root
npx app-icon generate -p android
yarn android

License

MIT