Skip to content

Instantly share code, notes, and snippets.

@Nembie
Last active October 13, 2023 12:47
Show Gist options
  • Save Nembie/bc5d78e70cff491acd7376ecc5290f97 to your computer and use it in GitHub Desktop.
Save Nembie/bc5d78e70cff491acd7376ecc5290f97 to your computer and use it in GitHub Desktop.
Method for running react-native in production mode

Android

npx react-native run-android --variant release

iOS

npx react-native run-ios --configuration Release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment