react-native-expo-cached-image
react-native-expo-cached-image copied to clipboard
Cached image component for Expo's managed workflow
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Your `yarn.lock` file is forcing react `0.63` to be installed even though your dependacies say only `>0.37.0` This means that if it is installed with `npm` it doesn't force a...
I'm using S3 pre-signed URLs and I would like to pre-load them in the useEffect hook and later use them with the cache capability, but how can I create the...
Check out the following video showing how when the some CachedImages mount they are able to swap around their source with other CachedImages.  I can't give a...
Would be good to have a function `flushImage` with argument `uri` which would flush image with given `uri` from cache.
A function should be exposed (not a part of the component) to clear all cached images on the local device. Currently, images are stored in the cache directory (https://docs.expo.io/versions/latest/sdk/filesystem/#filesystemcachedirectory), and...