react-native-better-image icon indicating copy to clipboard operation
react-native-better-image copied to clipboard

Feature request: Caching

Open Svarto opened this issue 4 years ago • 0 comments

Would be amazing to have this library also cache the image, so that a users device only downloads the image once and from then on serves the local image instead of downloading it again from the remote location.

There's plenty of additional features that could be added into such a caching feature:

  • clean the cache
  • time until expulsion from cache
  • etc.

Svarto avatar May 24 '21 07:05 Svarto