Files
react-native/Libraries
Logan Daniels 074a2fab74 Update measurements for Footer in VirtualizedList when the footer's onLayout 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
2020-03-06 15:51:33 -08:00
..
2020-03-06 11:09:08 -08:00
2020-02-28 12:46:49 -08:00
2020-01-14 08:03:49 -08:00
2020-02-28 12:46:49 -08:00
2020-03-06 11:09:08 -08:00
2019-10-12 15:52:27 -07:00
2020-02-21 10:34:40 -08:00