vovkasm / react-native-web-image

An image component for react-native with persistent disk and memory caching.
MIT License
146 stars 25 forks source link

Different WebImage component with the same source.url does not load image from cache #20

Open ppatotski opened 5 years ago

ppatotski commented 5 years ago

I am using WebImage pointed to the same remote image in multiple places across my app. On android I noticed that same image gets downloaded and cached per each WebImage as opposite to be downloaded only once and be shared across WebImage components.