rn-async-storage-flipper icon indicating copy to clipboard operation
rn-async-storage-flipper copied to clipboard

Deleted Keys not disappearing in table view

Open micnguyen opened this issue 5 years ago • 1 comments

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

micnguyen avatar Jul 04 '20 08:07 micnguyen

Hi 👋 @micnguyen.

Thanks for reporting this issue. PRs are welcome, otherwise I will fix it on my free time.

Capture d’écran 2020-07-04 à 11 18 31

What I have in mind is a Refresh button to get the updated values

Fausto95 avatar Jul 04 '20 09:07 Fausto95