We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems there is no way to clear everything we've set
The text was updated successfully, but these errors were encountered:
What do you mean by clear everything?
Sorry, something went wrong.
with AsyncStorage we can perform this: const keys = await AsyncStorage.getAllKeys(); await AsyncStorage.multiRemove(keys as string[]);
const keys = await AsyncStorage.getAllKeys(); await AsyncStorage.multiRemove(keys as string[]);
Would like to do something similar with this library
+1
A single function to remove all stored data
No branches or pull requests
Seems there is no way to clear everything we've set
The text was updated successfully, but these errors were encountered: