react-native-img-cache
react-native-img-cache copied to clipboard
Use with Local Images
Is there a way to make this work with local uri s that works like phcachingimagemanager from native iOS? I think I have not had luck because your fetch is not done through the image component. Is it possible to use Image and onLoad of the Image to perform the same task that your download method handles now? Thanks for any insight. I struggle with some of the javascript compared to native code.
I have the same issue. The Image component can load images from the asset library (.xcassets on iOS).
This is not possible with CachedImage!
it cant even load local images from react native regular folder
<CachedImage
src={require('.../image.png')}
/>
Should be fixed in 1.5.3, can you confirm?
Local images work for me after updating from 1.5.2 to 1.5.3.