chrusart

Results 23 comments of chrusart

thanks @fungilation!, already using, no issues.

`````` ?? If you resolved it already, and I assume you did, please close the issue.

Why it should be? It's caching library, right? If you get OutOfMemory using lot of images than it's your app or components problem.

Well, every code/library can have memory leaks, this one too, but I cannot help you here as it happening on your app and how could I find the reason. As...

Do you use callback there? I guess it's a promise.

just use https://github.com/kfiroo/react-native-cached-image/pull/124 ```"react-native-cached-image": "github:fungilation/react-native-cached-image#c3da553d3e5b05a0b2b2004268ce1f56fec762db",```

Yeah, all this stuff is fixed there, I'm using own fork which is already merged to rn-fetch-blob, but can't change react-native-fetch-blob to rn-fetch-blob cause cached-image using it so I must...

@maneeshprajapati close issue then please

I'm using RN 0.49.3, works for me, could you share how you import and use CachedImage?