wagslane / react-native-expo-cached-image

Cached image component for Expo's managed workflow
https://qvault.io/2020/02/04/how-to-cache-images-react-native-expo-managed
MIT License
44 stars 8 forks source link

List of CachedImages swaps around on loading #11

Open charles-goode opened 4 years ago

charles-goode commented 4 years ago

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

I can't give a minimal reproduction because this involves lots of back-end stuff. But I know that it has something to do with the caching since when I change my image component back to plain RN Images the effect does not happen. Just hoping someone has heard of something like this before.

Thanks.

wagslane commented 4 years ago

Can you share the pertinent code? Not sure how to debug without a bit more info