Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update measurements for Footer in VirtualizedList when the footer's o…
…nLayout is called Summary: When any list cell that may contain nested VirtualizedLists is laid out, it's possible that the offset of any child lists relative to the outermost list has changed. We need to tell these children to re-measure themselves relative to that outermost list, so that their viewability calculations are correct. We already do this for regular list cells -- we just need to extend that logic to any child lists that may live in the ListFooterComponent. Changelog: [General] [Fixed] - Fix viewability calculations for nested VirtualizedLists inside of a parent list's FooterComponent Differential Revision: D20310961 fbshipit-source-id: 4bfcfb95c87329f2ee337d5499e5c7162ba692e8
- Loading branch information