mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52852 Changelog: [Internal] - Implementation of ScrollView-managed VirtualViews for iOS In previous diffs we've introduced a "VirtualViewExperimental" which is a clone of VirtualView. This diff updates the experimental version to move interection logic (whether something is visible, in prerender-space, etc.) to the ScrollView so there are less listeners. We now use 1 scroll listener vs. N Reviewed By: philIip Differential Revision: D78825701 fbshipit-source-id: d515e3cb2dae53d779b5d3f4c317a2c7a6b25857