Skip to content

Instantly share code, notes, and snippets.

@ilkay-alti
Created September 30, 2022 20:05
Show Gist options
  • Save ilkay-alti/64b346f383d3724f3981d83958db987a to your computer and use it in GitHub Desktop.
Save ilkay-alti/64b346f383d3724f3981d83958db987a to your computer and use it in GitHub Desktop.
// React Native component
const removeData = async () => {
try {
const savedUser = await AsyncStorage.clear();
} catch (error) {
console.log(error);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment