react-native-img-cache icon indicating copy to clipboard operation
react-native-img-cache copied to clipboard

Custom ImageCache entries

Open justinmakaila opened this issue 8 years ago • 0 comments

As a user, I'd like to be able to manipulate the image cache with locally captured data.

Currently building an app where the user can submit images to a server, and we display the image back to the users. Instead of waiting for the round trip (upload, get the property from the server, download via cache) and caching by the URL, I'd like to cache the local image path. Any tips?

justinmakaila avatar Sep 25 '17 18:09 justinmakaila