react-native-cached-image
                                
                                 react-native-cached-image copied to clipboard
                                
                                    react-native-cached-image copied to clipboard
                            
                            
                            
                        CachedImage component for react-native
In my ProgressiveImage I try to replace the Image-components with the CachedImages. The problems are the animations. This returns in an error **Attempted to assign to readonly property.** ``` {...
I have no idea where the behavior comes from but here is my code: When I simply replace Image with CachedImage it duplicates the Image element twice and renders it...
Does anyone know how to use cached for ImageContainer ? I'm using this component as a background for svg elements.
I always find a random crash for release version mostly in iOS. "react": "16.0.0-alpha.12", "react-native": "0.47.1", "react-native-cached-image": "^1.3.5", "react-native-fetch-blob": "^0.10.8", ``` Crashed: com.apple.root.default-qos 0 Foundation 0x181e91c18 __NSOQSchedule + 344 1...
Tested on 1.3.5 and 1.4.0-rc React Native: 0.47 "Warning: Failed prop type: Invalid props.style key `tintColor` supplied to `ActivityIndicator`." Suggested solutions: - Image specific style property - Omit "tintColor", "resizeMode"...
hi . I am using CachedImage and i am setting ttl={10} which is 10 seconds . First it works correctly but when I change the image from the server (...
After I've upgraded to 0.48.4 (latest RN atm) sadly this library broke, it's giving me the following error message: Warning: React.createElement: type is invalid -- expected a string (for built-in...
I've encounter this error when I used react-native-chched-image in ANDROID: ``` java.lang.RuntimeException:Error invoking callback 263 com.facebook.react.bridge.queue.NativeRunnable.run(Native Method) ...... Caused by: com.facebook.jni.CppException:Failed to create String from JSON: com.facebook.react.bridge.queue.NativeRunnable.run(Native Method) android.os.Handler.handleCallback(Handler.java:739) android.os.Handler.dispatchMessage(Handler.java:95)...
Hello, in advance thank you very much for the module, has been very useful. I have a problem with some images with cloudinary urls. In my project that url can...
- https://github.com/kfiroo/react-native-cached-image/blob/master/ImageCacheProvider.js#L126 - https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.4