mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
283512cc42
Summary: Changelog: [internal] Yoga offsets content view of scrollview in RTL environment. React Native Classis deals with it by using a separate component [ScrollContentView](https://github.com/facebook/react-native/blob/6e6443afd04a847ef23fb6254a84e48c70b45896/React/Views/ScrollView/RCTScrollContentShadowView.m#L18-L25 ) and making the adjustment there. In New React Native Renderer, it can be handled inside `ScrollViewShadowNode`. Reviewed By: JoshuaGross Differential Revision: D26817121 fbshipit-source-id: ad48374ef19b802d25e919ac0aae05c5890762f2