Migrate existing published app to Expo

I have an existing published app built with native IDE, can I switch to expo and release updated version under the same name?

Right now Expo only supports publishing apps that are made with Expo, through the process described in https://docs.expo.io/versions/latest/workflow/up-and-running.

Thanks for the prompt response!

Maybe I did not make the question clear. I have an app published now in Google play and Apple Store written in vanilla react native. I am thinking of move it to build on top of Expo. I am wondering after I am done migrating to expo, would I be able to publish the update as an new version of the existing store app, or I have to publish as a different app?

this is possible, though you’ll need the same credentials you had before when building your standalone binary to upload to the App Store.

Thanks a lo!. I will give it a try.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.