react-native-community / upgrade-helper

⚛️ A web tool to support React Native developers in upgrading their apps.
https://react-native-community.github.io/upgrade-helper
MIT License
3.64k stars 112 forks source link

Is it a problem to create a new project instead of updating React Native in Stores? #370

Open bloggerklik opened 1 year ago

bloggerklik commented 1 year ago

I have an application published on the App Store and Google Play. I want to update React Native to a higher version. "npx react-native upgrade" didn't work. So I will create a new project with "npx react-native init". After installing the packages, I think I will integrate my src folder into the new project. I keep users' data on their devices locally with Realm. If I publish the build of the new project, can users continue to use it without any problems?