hehex9 / react-native-template

A React Native template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A React Native template

License:MIT License


Languages

Language:TypeScript 70.7%Language:Java 11.7%Language:Swift 9.4%Language:JavaScript 3.7%Language:Objective-C 1.7%Language:Ruby 1.6%Language:Shell 1.2%