clear webview cache on android and ios
npm install react-native-webview-clear-cacheclear webview cache on android and ios
``sh`
npm install react-native-webview-clear-cache
`js
import { clearCache } from 'react-native-webview-clear-cache';
// ...
const result = await clearCache();
`
To test the example project inside this project, you have to add the workspace example on the package.json
`json`
"workspaces": [
"example"
],
and then run:
`bash``
yarn
yarn example ios
yarn example android
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library