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

How can I cache an image without use query params

Open jyepesr1 opened this issue 5 years ago • 1 comments

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 cache hash key without taking into account the query params? I just want to use query params to get them and then I use them in the Image componet with just the URL without any query params.

jyepesr1 avatar Sep 24 '20 04:09 jyepesr1

Not sure I understand the issue... Is the image not available a the URL? If it is, it should be downloaded and cached...

wagslane avatar Oct 14 '20 15:10 wagslane