react-native-clear-data
v0.1.1
Published
This is react native library to delete user's app data or cache
Downloads
16
Maintainers
Readme
react-native-clear-data
Sometimes the clearing data is as important as clearing your room. This simpler React Native library allows you to clear your app data.
Installation
npm install react-native-clear-dataUsage
import { clearAppData } from 'react-native-clear-data';
// ...
const onClearData = () => {
clearAppData();
};Methods
clearAppData()
Method will remove the app data
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
