react-native-cached-image
react-native-cached-image copied to clipboard
CachedImage component for react-native
```javascript const image = {uri: 'http://my.bamps.online/cfs/files/images/D8Xg27puAiqjvKetD?store=normal'} export default class App extends Component { render() { return ( ); } } ``` Android:  iOS: 
Reset isCacheable to true after source change returns a valid image.
I am getting this error when using the library The SDK Build Tools revision (23.0.1) is too low for project ':react-native-fetch-blob'. Minimum required is 25.0.0 Yes it seems related to...
There is a vulnerability on [email protected], can anyone fix it to upgrade it to [email protected] instead?
Without `react-native-cached-image`  With `react-native-cached-image`  Just changing:...
I followed your example but nothing is returned after clear cache so I don't know if it is done or not, if it was successful or not. ``` import {...
I am using Native base Card to render Cached Images, it crash when i try to scroll with the above error. Please any idea to solve this?? this.liked(item.id)}>
It seems that styles passed to the `CachedImage` component are applied to both the `ImageBackground` wrapper and the internal `Image` component. For example, my styles included margins, so this threw...
I have presented multiple crashes in my application for many users. Currently the app has a large number of users, which makes these sporadic crashes more visible. Following up with...
Im using native base list to render CachedImage, it crashed on iPhone 5 when I load more row, I tested in debug and release mode but It crashes on both...