Where to find the generated .ipa file?
What I did:
- Run the command
react-native bundle --dev false --entry-file index.ios.js --bundle-output ios/main.jsbundle --platform ios - Then followed by
react-native run-ios --configuration Release
Now where will I find the .ipa file and install on a physical iPhone device?