UNPKG

react-native-webview-ios-cache-clear

Version:
26 lines (15 loc) 443 B
# react-native-webview-ios-cache-clear Clear the cache of ios webview ## Installation ```sh yarn add react-native-webview-ios-cache-clear ``` ## Usage ```js import {clearWebViewIOSCache} from 'react-native-webview-ios-cache-clear'; const result = await clearWebViewIOSCache(); ``` ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. ## License MIT