react-native-cacheable-image
react-native-cacheable-image copied to clipboard
An Image Component for React Native that will cache itself to disk.
I am getting this error after implementing and i also add react-native netinfo library but still get this my react native version is "react-native": "0.60.4", 
The react-native-cacheable-image runs well in iOS, but i got the error `File does not exist` in Android. Would anyone help me ?
With ``, the source URI doesn't need a file extension to be recognized and rendered properly as an image. I just tested `` and that also works.
I have a CacheableImage component in my view. When the URL changes (via a redux reducer), the image is not getting updated. I've confirmed that the view itself is getting...
Is there an option to change the default loading image when using this package? Some images take too much time to load when I'm loading multiple images. When the image...
Hi, i'm using this plugin for remote images and there urls come from server response so before the ajax call to the server the state for url image is null...