mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
c194c18126
Summary: This fixes perf regression which was introduced by recent refactoring of the layout process. That is how it used to be: https://github.com/facebook/react-native/blob/114c258045ccca3a4433de206c7983b42d14c03b/React/Views/RCTShadowView.m#L160-L166 Note: We have to resert this flag in indication that we already applied those changes and we don't need to traverse this subtree until it is changed again. Reviewed By: fkgozali Differential Revision: D7343564 fbshipit-source-id: ba7e00bc5fe4992d777eed20ba0d959fd8f6c037