mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f697836cfa
Summary: This diff disables the feature that propagates ScrollView's content offset to ShadowNode hierarchy making measuring content-offset-aware. Seems that feature breaks FlatList because it does not expect measure calls to be content-offset-aware. We need to validate which legacy `measure*` calls should be content-offset-aware and which should not, and then verify that actual feature works (it's not clear why it worked with FlatList before) well before re-enabling this. For now, the most safer choice is to disable this feature because I don't think some call sites actually rely on it now. Changelog: [Internal] Fabric-specific internal change. Reviewed By: sammy-SC Differential Revision: D18777939 fbshipit-source-id: 20d6c1081e7d2cc3b5a7a172ed947a9ae9cdfaab