react-native-expo-image-cache
react-native-expo-image-cache copied to clipboard
Cache entry downloaded multiple times
Hi, I notice if a particular image that is repeated multiple times, there will be multiple downloads of the image. It looks like while a single cache entry is created, calling getPath()
on it multiple times will result in multiple downloads (until one of them has completed).
Maybe there could be a single promise for the cache entry which handles the downloading?