-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Redux persist had some helper functions that let you set the store back to it's initial state. I didn't see it in the api so I used this for AsyncStorage thining it would do the same thing.
const keys = await AsyncStorage.getAllKeys();
console.log(`${flushMsg}${keys}`);
await AsyncStorage.multiRemove(keys);I also tried AsyncStorage.clear()
Somehow that doesn't kill it.
jardicc and Susu-spec
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request