import ClearCache from 'react-native-clear-cache'; // get the storage usage ClearCache.getAppCacheSize(data => { alert(data) // will show the App's storage ...
確定! 回上一頁