Skip to content

Instantly share code, notes, and snippets.

@Thilagavathi1
Last active January 26, 2023 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Thilagavathi1/e0f30de037cc35b19c1a2fa021843a95 to your computer and use it in GitHub Desktop.
Save Thilagavathi1/e0f30de037cc35b19c1a2fa021843a95 to your computer and use it in GitHub Desktop.
ios-scripts
"android:dev": "react-native run-android --variant=developmentdebug",
"android:dev-release": "react-native run-android --variant=developmentrelease",
"android:prod": "react-native run-android --variant=productiondebug",
"android:prod-release": "react-native run-android --variant=productionrelease",
"ios:prod": "react-native run-ios --configuration 'Debug' --scheme 'AwesomeAppProduction'",
"ios:prod-release": "react-native run-ios --configuration 'Release' --scheme 'AwesomeAppProduction'",
"ios:dev": "react-native run-ios --configuration 'Debug' --scheme 'AwesomeAppDevelopment'",
"ios:dev-release": "react-native run-ios --configuration 'Release' --scheme 'AwesomeAppDevelopment'",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment