-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blank item on fast scroll #74
Comments
this unusable even after i add initial scroll index and then scrollling to top item that slow many blank item |
@umardev500 Pls add maintainVisibleContentPosition prop to make initialScrollIndex work properly with dynamically-sized components |
ill try |
honestly i still get janky |
@umardev500 Pls define janky, better with video, it's very subjective metric. |
Regarding to the issue title "Blank item on fast scroll", I would not expect miracle from the LegendList, it will still blank, especially in developer mode, because it's still javascript View recycler library. If there is case where Legendlist is blanking much more then FlashList, that would be valid issue. |
Using onItemSizeChanged={(info) => {
console.log("item size changed", info);
}} |
The docs say this faster then flashlist but honestly this is slower that it am i wrong
The text was updated successfully, but these errors were encountered: