redux-persist
redux-persist copied to clipboard
Clear Redux Persist Data on App uninstall in IOS React Native
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.
Does this work?
https://github.com/rt2zz/redux-persist/issues/579