We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b6177 commit 43a213cCopy full SHA for 43a213c
1 file changed
ios/RNNAppDelegate.mm
@@ -70,6 +70,7 @@ - (BOOL)application:(UIApplication *)application
70
self.reactNativeDelegate.dependencyProvider = [RCTAppDependencyProvider new];
71
72
RCTAppSetupPrepareApp(application, YES);
73
+ RCTEnableTurboModuleInterop(YES);
74
RCTEnableTurboModuleInteropBridgeProxy(YES);
75
76
self.reactNativeFactory.rootViewFactory.reactHost = [self.reactNativeFactory.rootViewFactory createReactHost:launchOptions];
0 commit comments