mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Delete mobile config react_fabric:finalize_updates_on_synchronous_update_view_ios
Summary: changelog: [internal] This was used as a kill switch, it has been in place for over 4 months, let's get rid of it. Reviewed By: mdvacca Differential Revision: D37921377 fbshipit-source-id: 594586033694766e13d0f2ab2bcd73b28ba180a9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8993ffc82e
commit
2013a203fc
@@ -324,10 +324,7 @@ static void RCTPerformMountInstructions(
|
||||
componentView.layer.opacity = newViewProps.opacity;
|
||||
}
|
||||
|
||||
auto reactNativeConfig = _contextContainer->at<std::shared_ptr<ReactNativeConfig const>>("ReactNativeConfig");
|
||||
if (reactNativeConfig && reactNativeConfig->getBool("react_fabric:finalize_updates_on_synchronous_update_view_ios")) {
|
||||
[componentView finalizeUpdates:RNComponentViewUpdateMaskProps];
|
||||
}
|
||||
[componentView finalizeUpdates:RNComponentViewUpdateMaskProps];
|
||||
}
|
||||
|
||||
- (void)synchronouslyDispatchCommandOnUIThread:(ReactTag)reactTag
|
||||
|
||||
Reference in New Issue
Block a user