I am trying to run the release build directly from the terminal and I did not found an option to do that.
From XCode what is required to do is:
Product -> Scheme -> Edit Scheme (cmd + <), make sure you're in the Run tab from the side, and set the Build Configuration dropdown to release.
There is any option available from the react-native-cli
to do the same? Something like react-native run-ios -configuration Release
?
My objective is to generate a build that does not require the server being running to provide to the QA team for instance.