Skip to content

Instantly share code, notes, and snippets.

@DevGW
Last active April 5, 2023 14:41
Show Gist options
  • Save DevGW/0f6770d8830c13ea52089abec4642912 to your computer and use it in GitHub Desktop.
Save DevGW/0f6770d8830c13ea52089abec4642912 to your computer and use it in GitHub Desktop.
React :: build new app from our template app #reactnative
git clone git@github.com:DevGW/react-native-appStarter.git NEW_APP_NAME
cd NEW_APP_NAME
rm -fr ios android
edit app.json to change "learning" to NewAppName
npm i
npm i react-native-eject
react-native eject
npx pod-install ios
overwrite ios/NEW_APP_NAME/Info.plist with plist from snippets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment