I am rendering a list that has large data in its item, and when we scroll it speedily sometimes it is going blank and causing performance issues?
Is there anything like react-virtualized that we can use in react-native?
I want to add refresh-CTA button as well where I want to clear my list and scroll it to the top, the issue here is when clearing the list sometime one of my item is stuck on the top and not getting removed even if I am clearing the list data.
Any suggestions will be appreciated.