Clean up stale mobileconfig reading for pointer events (#41946)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/41946

Changelog: [Internal]

Reviewed By: yungsters

Differential Revision: D52090274

fbshipit-source-id: 592c03c841ca26509d39ef597cab776c8fa84fcb
This commit is contained in:
Vincent Riemer
2023-12-21 16:08:49 -08:00
committed by Facebook GitHub Bot
parent fa470ef6ae
commit 0be527b060
@@ -256,10 +256,6 @@ static BackgroundExecutor RCTGetBackgroundExecutor()
{
auto reactNativeConfig = _contextContainer->at<std::shared_ptr<const ReactNativeConfig>>("ReactNativeConfig");
if (reactNativeConfig && reactNativeConfig->getBool("rn_convergence:dispatch_pointer_events")) {
RCTSetDispatchW3CPointerEvents(YES);
}
if (reactNativeConfig && reactNativeConfig->getBool("react_fabric:enable_cpp_props_iterator_setter_ios")) {
CoreFeatures::enablePropIteratorSetter = true;
}