You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.
In order to constrain memory and enable smooth scrolling, content is rendered asynchronously offscreen. This means it's possible to scroll faster than the fill rate and momentarily see blank content. This is a tradeoff that can be adjusted to suit the needs of each application, and we are working on improving it behind the scenes.
So FlatList is already partially performing most of the functionality you require. In particular, try using the removeClippedSubviews prop - this may solve some of your performance issues!
Tweaking the viewabilityConfig prop may also help.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
can we use it inside flatlist?
The text was updated successfully, but these errors were encountered: