Skip to content

Commit 2013a20

Browse files
sammy-SCfacebook-github-bot
authored andcommitted
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
1 parent 8993ffc commit 2013a20

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

React/Fabric/Mounting/RCTMountingManager.mm

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,7 @@ - (void)synchronouslyUpdateViewOnUIThread:(ReactTag)reactTag
324324
componentView.layer.opacity = newViewProps.opacity;
325325
}
326326

327-
auto reactNativeConfig = _contextContainer->at<std::shared_ptr<ReactNativeConfig const>>("ReactNativeConfig");
328-
if (reactNativeConfig && reactNativeConfig->getBool("react_fabric:finalize_updates_on_synchronous_update_view_ios")) {
329-
[componentView finalizeUpdates:RNComponentViewUpdateMaskProps];
330-
}
327+
[componentView finalizeUpdates:RNComponentViewUpdateMaskProps];
331328
}
332329

333330
- (void)synchronouslyDispatchCommandOnUIThread:(ReactTag)reactTag

0 commit comments

Comments
 (0)