1.0.9 • Published 2 years ago

oa-react-native-clear-cache-tahir v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-clear-cache

This app is a clone of react-native-clear-app-cache but transformed to work with RN 0.60+ ####修改了已知安卓bug

Getting started

Go:

npm i oa-react-native-clear-cache-tahir --save

Mostly automatic installation

No need to link as of RN 0.60.

Usage

import ClearCache from 'oa-react-native-clear-cache-tahir';

// get the storage usage
ClearCache.getAppCacheSize(data => {
  alert(data) // will show the App's storage usage in the app's cache.
});


// clear the storage
ClearCache.clearAppCache(data => {
  alert(data) // will alert the new size
});
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago