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

Does this library really help in solving OutOfMemory issues?

Open xstreamcl opened this issue 7 years ago • 3 comments

xstreamcl avatar Sep 29 '18 07:09 xstreamcl

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.

chrusart avatar Oct 02 '18 08:10 chrusart

@chrusart Fair enough. I am working on a react native android application from last 8 months. Very recently app has started facing a lot of these error. I am profiling the app on android studio 3.2 and I can see memory usage and allocated memory at given time. However I don't understand what's wrong. Any guidance here is appreciated :)

xstreamcl avatar Oct 02 '18 15:10 xstreamcl

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 I am using this library and if you could shed light where probably are some leaks, then we could find the solution for it. For now I didn't find any OutOfMemory issues (at least not major) that would catch my attention according to this library.

chrusart avatar Oct 08 '18 16:10 chrusart