react-native-image-cache-wrapper icon indicating copy to clipboard operation
react-native-image-cache-wrapper copied to clipboard

The best react native image cache wrapper.

Results 7 react-native-image-cache-wrapper issues
Sort by recently updated
recently updated
newest added

This PR was created from the 1.0.7 branch since repo master is behind.

I am not sure if the following caching behavior is normal on Android emulator or a bug. What I find is that it takes a few seconds to initially view...

Everything is working fine on iOS (Debug+Release) and Android(Debug). But with Android release build app starts crashing saying: error while updating property 'src' of a view managed by: rctimageview

I get this error simply by importing the component into my code: import { CachedImage } from 'react-native-image-cache-wrapper'; Here are the commands I used to install the component: $ npm...

1. Fixed after calling clearCache, it will show **can't find image warning** 2. Added **getCacheSize** function (**react-native-fs** needed)

When i set a default image before obtaining the signedURL from AWS to get my image, the CachedImage component never render the URL and just keeps my default Image. This...