I have a application in react-native and when I remove and reinstall it application the data is restored. I have resolution on Android using
android:allowBackup="false"
in AndroidManifest.xml, but the same problem happens in iOS. Does anyone have a similar solution for iOS?