is it possible to replace existing react native app with a new one?

759 Views Asked by At

I have a react native project on 0. 59 version and I tried to do major updates to 0. 60. But it seems to be impossible I can not run the app on the emulator. So I had this idea of creating an empty project and to transfer my code on it. Has someone ever done something like this?

  • Is there a way to link existing app on the app store with a new
1

There are 1 best solutions below

0
On

Yes, you can start a complete new app and replace it in the App Store with the new one.

The app is only identified by the bundle identifier (iOS) or the applicationId (android).

But I would recommend using upgrade helper before migrating to a new project.