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
When a key/value is displayed in Flipper and you delete that key with something like await AsyncStorage.removeItem(KEY) the state of the table still shows that the key with old values is there.
When a key/value is displayed in Flipper and you delete that key with something like
await AsyncStorage.removeItem(KEY)
the state of the table still shows that the key with old values is there.RN: 0.62.2
Flipper: 0.49.0
@react-native-community/async-storage: 1.11.0
The text was updated successfully, but these errors were encountered: