react-native-cached-image
react-native-cached-image copied to clipboard
CachedImage component for react-native
When applying style for borders in image, I am getting double border in image. ``` ``` **package used:** "react-native-cached-image": "github:fungilation/react-native-cached-image",
Hi When calling ```CachedImage``` I'm getting the following error: ``` netinfo has been removed from react-native ``` This is my code:
Hi there i had an issue with the library.I think it can be related to the fact that netinfo library is not part of the standard react library anymore so...
I want to make sure my cache doesn't take up too much space on the user's device. I'm pretty flexible on how to do this — I'd be fine with...
Updated per title to match current latest React Native (0.61.4) implementations
Please add support for RN version 0.60. They deprecated NetInfo from react-native. It was showing an error.
Please update the readme file!
- Promise.reject() instead of throw new Error(), at places which crash app in production - updated some dependencies, including switching unmaintained react-native-fetch-blob to rn-fetch-blob - fixes #122, #121
NetInfo and rn-fetch-blob upgraded