Closed kafkas closed 3 years ago
Hey @kafkas, same problem here.. how did you solve it? thank you
In my case, it turned out to be a problem with react-native-keychain
which we were using alongside AsyncStorage so I closed the issue straight away.
Oh, so it's another problem. thanks
for those who still lookin this answer and stop by in this forum, i found the culprit hopefuly its help
This is a well-known issue that was previously tracked at #342 I have upgraded the module to the latest version and have added the
RCTAsyncStorageExcludeFromBackup
key withtrue
value toinfo.plist
exactly how it's described here. The storage is still not wiped when the app is uninstalled.