I wanted to consulate about a problem using the image library in React Native:
When doing a fetch of the data I get a Json with the urls of the images and they are shown in the screen (the images), if I change the urls of the images in the Json in the new fetch the new Json is downloaded but the images are not update in the view (as if there was an internal cache of android).
Is it possible to only erase the image cache without any external libraries? Or which library do you recommend to use in this case?
Thank you very much, I hope the answer.