UNPKG

react-native-clear-cache-core

Version:

A ReactNative ClearCache Component for android and iOS

7 lines (3 loc) 118 B
import { NativeModules } from 'react-native'; const { RNClearCache } = NativeModules; export default RNClearCache;