I am new to react native, building an app, that uses a gallery where I can swipe to another image, zoom in, scroll on zoomed images, just passing the url for the images. But there is no cache in it. Reading the Images documentation. It does not have Cache for Android till the current date.
Using the prefetch maybe solve the problem, but I have to modify the library. I have tried others, that also need to modify library, and ended up losing some properties.
How to cache the images without hacking the library? Is there a library that I can cache based on URL?