Skip to content

Commit

Permalink
Clean up stale mobileconfig reading for pointer events (facebook#41946)
Browse files Browse the repository at this point in the history
Summary:

Changelog: [Internal]

Reviewed By: yungsters

Differential Revision: D52090274
  • Loading branch information
vincentriemer authored and facebook-github-bot committed Dec 21, 2023
1 parent 9271957 commit ca81cf5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/react-native/React/Fabric/RCTSurfacePresenter.mm
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,6 @@ - (RCTScheduler *)_createScheduler
{
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;
}
Expand Down

0 comments on commit ca81cf5

Please sign in to comment.