-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix onEndReached not being called when getItemLayout is present and w…
…e scroll past render window (#46736) Summary: Pull Request resolved: #46736 Copying the comment in code: > We only call `onEndReached` after we render the last cell, but when getItemLayout is present, we can scroll past the last rendered cell, and never trigger a new layout or bounds change, so we need to check again after rendering more cells. Changelog: [General][Fixed] - Fix onEndReached not being called when getItemLayout is present and we scroll past render window Differential Revision: D63643856
- Loading branch information
1 parent
86cac68
commit 5597baf
Showing
2 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters