rn-async-storage-flipper
rn-async-storage-flipper copied to clipboard
Deleted Keys not disappearing in table view
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
Hi 👋 @micnguyen.
Thanks for reporting this issue. PRs are welcome, otherwise I will fix it on my free time.
What I have in mind is a Refresh button to get the updated values