react-native-expo-cached-image icon indicating copy to clipboard operation
react-native-expo-cached-image copied to clipboard

Cached image component for Expo's managed workflow

Results 17 react-native-expo-cached-image issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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....

dependencies

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. ![File from iOS](https://user-images.githubusercontent.com/41702266/82349059-4265ea00-99bf-11ea-8b0c-bec0c9d90a50.gif) I can't give a...

bug

Would be good to have a function `flushImage` with argument `uri` which would flush image with given `uri` from cache.

enhancement

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...

enhancement
help wanted
good first issue