DylanVann / react-native-fast-image

🚩 FastImage, performant React Native image component.
MIT License
8.17k stars 1.5k forks source link

Image content update is not reflecting #716

Open akshaya-rao-s opened 4 years ago

akshaya-rao-s commented 4 years ago

Describe the bug I am using s3bucket URLs for images. not authentication. I age displays fine, but when I update the image in s3bucket, the same URL will be there but with different content. this new image is not reflecting even if I restart the app

Expected behavior FastImage should refetch the image

Dependency versions

reinismu commented 4 years ago

Maybe I the misunderstood the issue, but this sounds like the correct behavior. What do you use for https://github.com/DylanVann/react-native-fast-image#sourcecache-enum ? If the immutable then it sounds about right. Maybe the web option is what you are looking for.