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 a react native application. I want to clear the data when app is uninstalled. For Android android:allowBackup="false" this works but for the IOS I have tried multiple solutions but none is working.
I have tried adding this in Info.plist <key>RCTAsyncStorageExcludeFromBackup</key> <true/>
But still data persist after re-installing the App.
The text was updated successfully, but these errors were encountered:
I have a react native application. I want to clear the data when app is uninstalled. For Android android:allowBackup="false" this works but for the IOS I have tried multiple solutions but none is working.
I have tried adding this in Info.plist
<key>RCTAsyncStorageExcludeFromBackup</key> <true/>
But still data persist after re-installing the App.
The text was updated successfully, but these errors were encountered: