mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Don't allow removeDelete collation experiment if LayoutAnimations is enabled
Summary: See title. This feature makes LayoutAnimations less stable and isn't needed generally; will be deleted soon. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D23382973 fbshipit-source-id: f633f482d463b3ee3e4625b30544a33cd6e36119
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fe7ff13fcf
commit
ab8b77c3d2
@@ -266,7 +266,9 @@ void Binding::installFabricUIManager(
|
||||
reactNativeConfig_->getBool(
|
||||
"react_fabric:enabled_collapse_delete_create_mounting_instructions") &&
|
||||
!reactNativeConfig_->getBool(
|
||||
"react_fabric:enable_reparenting_detection_android");
|
||||
"react_fabric:enable_reparenting_detection_android") &&
|
||||
!reactNativeConfig_->getBool(
|
||||
"react_fabric:enabled_layout_animations_android");
|
||||
|
||||
disablePreallocateViews_ = reactNativeConfig_->getBool(
|
||||
"react_fabric:disabled_view_preallocation_android");
|
||||
|
||||
Reference in New Issue
Block a user