0

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
All Glenn
  • 41
  • 7

1 Answers1

0

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.

Michael Bahl
  • 2,941
  • 1
  • 13
  • 16