I would try "How to generate .ipa file for react-native?" But I'cant get .ipa file.
Any one cloud you explain how to get .ipa file .
Get the .app
file:
react-native run-ios --configuration=release
.app
file path Build/Products/Release/"<Your_Filename>.app"
.
Convert .app
to .ipa
:
Payload
..app
file into Payload
folder.Payload
folder..ipa
.