I am currently using React-Native version 0.40.0.
Can somebody give me a link on the process and steps on how to generate an .ipa file for ios?? I'm currently new to react-native.
Btw I'm using version 8 of Xcode
I am currently using React-Native version 0.40.0.
Can somebody give me a link on the process and steps on how to generate an .ipa file for ios?? I'm currently new to react-native.
Btw I'm using version 8 of Xcode
Try Following
react-native bundle --dev false --entry-file index.ios.js --bundle-output ios/main.jsbundle --platform ios
Get .app file : Run this command -> react-native run-ios --configuration=release
Convert .app to .ipa :