Reputation: 311
I'm new to ReactNative and I built a little 'hello world' app.
I'm not using expo, I created my app using the React Native CLI Quickstart.
There are very clear instructions on how to build the app for Android & Google play store here: https://facebook.github.io/react-native/docs/signed-apk-android
I was able to follow those directions and I was successful.
How do I do the same for an ios production build?
Upvotes: 5
Views: 12044
Reputation: 1503
have a look at the following links
react-native-deployment-to-iphone
deploying-react-native-app-ios-android-windows
how-to-deploy-a-react-native-ios-app-on-the-app-store
Upvotes: 3