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

As of RN 0.6.x this new warning is showing: ``` Warning: componentWillReceiveProps is deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead. Please update the...

The [current declaration file](https://github.com/kfiroo/react-native-cached-image/blob/master/index.d.ts) specifies doesn't specify any props as optional, although most actually are. This makes the package difficult to use in TypeScript projects without lots of `@ts-ignore`s. The...

# npm audit security report finds 2 vulnerabilities Potential dup of https://github.com/kfiroo/react-native-cached-image/issues/132 Please fix soon! ## Steps: 1. run `npm install` EXPECTED: no npm audit security report warnings ACTUAL: `react-native-cached-image`...

Hi, I'd like to open `ImageCached` image in modal box after click with option to zoom it in and out. Are there any known integrations with other react native modules...

I've been asked to make my fork official but haven't done such before. And I honestly don't want to waste my time, I have full time job(s). I'd do it...

NetInfo is completely removed from the code module of react-native -> https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#removed casing the component to fail to load ![Screen Shot 2019-07-09 at 2 38 59 PM](https://user-images.githubusercontent.com/22164827/60925014-64e38e80-a257-11e9-9fd1-a98b17cf4f18.png) PR is to...

Hi @kfiroo , I wanted to use the module but it looks like it doesn't work on expo. Error: ``` Device: (1053:881) undefined is not an object (evaluating 'M.DocumentDir') Evaluating...

Looks like after upgrading the react-native and react versions app started crashing because of the memory leaks. I did the profiling which shows something like this. I am using around...

I've realized that ImageCachePreloader doesn't work when "successfully" attempting to preload urls for the first time. By "successfully" i mean one preload attempt with an available internet connection. **Edit:** This...

I runed the example in the react-native-cached-image and when I click the clear cache button, the app does not clear cache. I turned off the wifi, and clear cache, but...