Sometimes the clearing data is as important as clearing your room. This simpler React Native library allows you to clear your app data.
npm install react-native-clear-data
import { clearAppData } from "react-native-clear-data";
// ...
const onClearData = () => {
clearAppData();
};
Method will remove the app data
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT