Skip to content

Commit

Permalink
RCTAppSetupDefaultJsExecutorFactory doesn't take a _runtimeScheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Dempsey committed Jun 14, 2023
1 parent af8ad7f commit e790dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-host/cocoa/RNXTurboModuleAdapter.mm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ @implementation RNXTurboModuleAdapter {
_turboModuleManager = [[RCTTurboModuleManager alloc] initWithBridge:bridge
delegate:self
jsInvoker:callInvoker];
return RCTAppSetupDefaultJsExecutorFactory(bridge, _turboModuleManager, _runtimeScheduler);
return RCTAppSetupDefaultJsExecutorFactory(bridge, _turboModuleManager);
#else
_turboModuleManager = [[RCTTurboModuleManager alloc] initWithBridge:bridge
delegate:self
Expand Down

0 comments on commit e790dce

Please sign in to comment.