You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
Then, because this package has a depedency on [react-native-fs](https://github.com/itinance/react-native-fs) you will need to link this native package by running:
@@ -50,7 +50,7 @@ React Native Image Cache HOC creates an advanced image component, \<CacheableIma
* Pass the native <Image> component into imageCacheHoc() to create the advanced image component <CacheableImage>.
@@ -216,7 +216,7 @@ The CacheableImage class returned by React Native Image Cache HOC includes a cou
216
216
Use this method if you need to download a file to the local filesystem prior to rendering \<CacheableImage\> for some reason (perhaps to pre-warm the local cache). If calling this method repeatedly to cache a long list of files, be sure to use a queue and limit concurrency so your app performance does not suffer.
Delete all locally stored image files created by react-native-image-cache-hoc (cache AND permanent). Calling this method will cause a performance hit on your app until the local files are rebuilt.
0 commit comments