mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
e40c10b9f6
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52519 Changelog: [Internal] - Experiment with intersection logic for VirtualViews in scrollView. Currently only on Android ### Changes in detail `VirtualViewContainer` is held by the ScrollView and is lazily instantiated once a VirtualView tries to access. Upon initial layout, a VirtualView will add itself to the container and report its updated `rect`. `VirtualViewContainer` holds a sorted list of VirtualViews and iterates through them to update mode Reviewed By: yungsters Differential Revision: D77313890 fbshipit-source-id: 30843143bf1828dcac9091479964e83934bf330c