diff --git a/React/Fabric/Mounting/RCTMountingManager.mm b/React/Fabric/Mounting/RCTMountingManager.mm index bfe8680d27be2c..7c26c83a79ebd4 100644 --- a/React/Fabric/Mounting/RCTMountingManager.mm +++ b/React/Fabric/Mounting/RCTMountingManager.mm @@ -324,10 +324,7 @@ - (void)synchronouslyUpdateViewOnUIThread:(ReactTag)reactTag componentView.layer.opacity = newViewProps.opacity; } - auto reactNativeConfig = _contextContainer->at>("ReactNativeConfig"); - if (reactNativeConfig && reactNativeConfig->getBool("react_fabric:finalize_updates_on_synchronous_update_view_ios")) { - [componentView finalizeUpdates:RNComponentViewUpdateMaskProps]; - } + [componentView finalizeUpdates:RNComponentViewUpdateMaskProps]; } - (void)synchronouslyDispatchCommandOnUIThread:(ReactTag)reactTag