How to deploy expo project to production ? Does the yellow warning sign keep coming in production app , like new version namespace change bla bla , how to avoid that message to popup?

How to deploy expo project to production ? Does the yellow warning sign keep coming in production app , like new version namespace change bla bla , how to avoid that message to popup in prod ?

Also what "way " do you recommend to push the code in production ( apple store ) … Do you provide the documentation to push Expo apps in prod ?

1 Like

We do provide documentation for how to push a production application to the app store. You can find that documentation here: https://docs.expo.io/versions/v18.0.0/guides/building-standalone-apps.html

It’s a little complicated, so you’ll want to invest some time learning how to write JavaScript and making React Native applications before jumping too far into publishing to the app store.

Best of luck!