FLatlist memory leak issue.

Hi Team,

I am using flatlist for rendering items having images and video/text. I am loading data using onendreached method and loading 50 set of data every time.

After a few scroll it is giving an error ‘VirtualizedList: You have a large list that is slow to update’. I have implemented shouldcomponentupdate and purecomponent, but still it is showing error and crashes app after few scroll.

Can you kindly suggest a suitable way around for solving/rendering such large data set and how it is handled in other react native apps like facebook ads manager ?

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.