You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: