0.1.1 • Published 2 years ago

react-native-clear-data v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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-data

Usage

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