-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
FlatList.getItemLayout called too many times #22444
Comments
The same thing happens to me. |
+1 |
@gsunsnackv I used this library. This is high performing when scrolling around 500 items. |
@genogeno Are you using https://bolan9999.github.io/react-native-largelist ? |
No I am not using that. I am using this library. https://github.com/Flipkart/recyclerlistview This library I think does not use any flatlist implementation. |
Can confirm the |
@thymikee any chance you could send a PR? ;) |
I have it on my list, but it may take a while :D |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Environment
Description
Using FlatList/SectionList, found
FlatList.getItemLayout
called too many times.Even scroll a little distance
FlatList
will callgetItemLayout
for whole data, several times, perform bad.#20467 is closed by bot.
Reproducible Demo
The text was updated successfully, but these errors were encountered: