react-native-cached-image icon indicating copy to clipboard operation
react-native-cached-image copied to clipboard

CachedImage component for react-native

Results 103 react-native-cached-image issues
Sort by recently updated
recently updated
newest added

```javascript const image = {uri: 'http://my.bamps.online/cfs/files/images/D8Xg27puAiqjvKetD?store=normal'} export default class App extends Component { render() { return ( ); } } ``` Android: ![2017-12-06_14-32-52](https://user-images.githubusercontent.com/1755384/33657312-5ca3479e-da92-11e7-8248-ba60d508b130.png) iOS: ![2017-12-06_14-33-26](https://user-images.githubusercontent.com/1755384/33657336-709ab67e-da92-11e7-8a3f-5c16a7c9b91f.png)

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` ![captura de pantalla 2018-03-02 a la s 5 42 51 p m](https://user-images.githubusercontent.com/12536184/36925490-2d882af4-1e41-11e8-960e-eeb72d6dae7e.png) With `react-native-cached-image` ![captura de pantalla 2018-03-02 a la s 5 45 22 p m](https://user-images.githubusercontent.com/12536184/36925585-8c399bd2-1e41-11e8-87d1-554906e605ed.png) 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...