-
Notifications
You must be signed in to change notification settings - Fork 292
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
When displaying the list, it will appear item by item, rather than all on one page #916
Comments
+1 |
Is your estimatedItemSize a good average of the components you're using in the renderItem? having this calculation to large can cause this behavior. |
The size of the data returned by the back-end cannot be estimated |
The size of the data returned by the back-end cannot be estimated |
estimatedItemSize refers to the height of each of the items that are rendered in the list, not the length of the list. |
The height of the item is not fixed, it may be dynamic, how to provide this height |
@CarlMenke is there a way to have |
React-native 7.2.1
flashList 1.6.1
When the list is displayed, it will appear item by item instead of all pages. I hope that the first page will not appear item by item when the first page is displayed, which will look very awkward
The text was updated successfully, but these errors were encountered: