React Native iOS - Location of .ipa file

Viewed 577

Where to find the generated .ipa file?

What I did:

  1. Run the command react-native bundle --dev false --entry-file index.ios.js --bundle-output ios/main.jsbundle --platform ios
  2. Then followed by react-native run-ios --configuration Release

Now where will I find the .ipa file and install on a physical iPhone device?

1 Answers
Related