vovkasm / react-native-web-image

An image component for react-native with persistent disk and memory caching.
MIT License
146 stars 25 forks source link

How to remove image cache ? #12

Closed Najibsaurus closed 6 years ago

Najibsaurus commented 6 years ago

I would like to delete cache of image. Could this library handle it ?

vovkasm commented 6 years ago

Currently no way. SDWebImage and Glide have some methods, but they are not exposed to js. Currently it not the high priority to me, also pull requests are welcome!

Note that best strategy to update cached images is change url, so in reality it should be rare need to clear the cache.

Najibsaurus commented 6 years ago

Okay, thanks a lot