Skip to content

Commit 43a213c

Browse files
authored
[iOS] Native modules not loaded RN 0.79 (#8176)
1 parent 30b6177 commit 43a213c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ios/RNNAppDelegate.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ - (BOOL)application:(UIApplication *)application
7070
self.reactNativeDelegate.dependencyProvider = [RCTAppDependencyProvider new];
7171

7272
RCTAppSetupPrepareApp(application, YES);
73+
RCTEnableTurboModuleInterop(YES);
7374
RCTEnableTurboModuleInteropBridgeProxy(YES);
7475

7576
self.reactNativeFactory.rootViewFactory.reactHost = [self.reactNativeFactory.rootViewFactory createReactHost:launchOptions];

0 commit comments

Comments
 (0)