mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user