clear webview cache on android and ios
npm install react-native-webview-clear-cacheimport { 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
"workspaces": [
"example"
],and then run:
yarn
yarn example ios
yarn example androidSee the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library