react-native-img-cache
react-native-img-cache copied to clipboard
Custom ImageCache entries
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?