A react native template with these changes:
- @shopify/restyle
- expo-splash-screen
- expo-updates
- expo-web-browser
- react-native-config
- react-navigation
- react-native-reanimated
- react-native-screens
- enable hermes
- enable proguard
- patch-package
- rm
xcodeproj(thanks to xcodegen) - rm
useless ios targets and tests - rm
flipper - rm
BUCK files - rm
jsc-androiddeps
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
yarn xcodegen
npx pod-install
yarn ios --simulator "iPhone 12"
npx app-icon init // or cp your icon.png to project root
npx app-icon generate -p android
yarn android