Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman committed Oct 30, 2024
1 parent 6da1653 commit 23e0155
Show file tree
Hide file tree
Showing 7 changed files with 5,105 additions and 4,358 deletions.
4 changes: 3 additions & 1 deletion Apps/APN/ios/AppDelegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
#if RCT_NEW_ARCH_ENABLED
#import <React/CoreModulesPlugins.h>
#import <React/RCTCxxBridgeDelegate.h>
#ifdef REACT_NATIVE_FABRIC_ENABLED
#import <React/RCTFabricSurfaceHostingProxyRootView.h>
#endif
#import <React/RCTSurfacePresenter.h>
#import <React/RCTSurfacePresenterBridgeAdapter.h>
#import <ReactCommon/RCTTurboModuleManager.h>
Expand Down Expand Up @@ -124,7 +126,7 @@ - (NSURL *)sourceURLForBridge:(RCTBridge *)bridge
_turboModuleManager = [[RCTTurboModuleManager alloc] initWithBridge:bridge
delegate:self
jsInvoker:bridge.jsCallInvoker];
return RCTAppSetupDefaultJsExecutorFactory(bridge, _turboModuleManager);
return RCTAppSetupDefaultJsExecutorFactory(bridge, _turboModuleManager, nil);
}

#pragma mark RCTTurboModuleManagerDelegate
Expand Down
Loading

0 comments on commit 23e0155

Please sign in to comment.