Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.56 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.56 KB

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