react-native-image-cache-wrapper
react-native-image-cache-wrapper copied to clipboard
Image not changing even the uri changed.
I have the same issue, I have a list of products in a basket where you can add to & remove items from the list. Using the default React-Native Image updates fine when deleting an item. Using CachedImage does not update even on purging the cache.
I am using <FlatList /> for the list.