clear cache
npm install @damoness/react-native-clear-cacheclear cache
``sh`
npm install react-native-clear-cache
`js
import ClearCache from "react-native-clear-cache";
// ...
const result = await ClearCache.multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT