react-native-clear-cache icon indicating copy to clipboard operation
react-native-clear-cache copied to clipboard

React Native - Clear app cache

Results 4 react-native-clear-cache issues
Sort by recently updated
recently updated
newest added

复制一下全部内容即可 // android/build.gradle def safeExtGet(prop, fallback) { rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback } buildscript { // The Android Gradle plugin is only required when opening the android folder stand-alone. //...

Right now with npm, I got the requirement `peer react@"^16.8.1"`

i try to delete the cache of my app in ios but no works, the size look same any suggestion? ![cache iphone](https://user-images.githubusercontent.com/19208317/168923297-63d56bcf-f700-463e-824d-95505fe79ff1.jpeg)

Unhandled JS Exception: TypeError: Cannot read property 'getAppCacheSize' of undefined This error is located at: in NavigationContainer (at Router.js:101) in App (at Router.js:127) in Router (at Router.js:59) in RouterComponent (created...