@edritech93/rn-clear-cache
v1.0.1
Published
clear cache for android and iOS with react-native
Downloads
7
Readme
rn-clear-cache
clear cache for android and iOS with react-native
Installation
npm install rn-clear-cache
Usage
import { multiply } from 'rn-clear-cache';
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library