react-native-expo-cached-image
react-native-expo-cached-image copied to clipboard
How can I cache an image without use query params
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.
Not sure I understand the issue... Is the image not available a the URL? If it is, it should be downloaded and cached...