Skip to content

Commit b04308c

Browse files
committed
RNNAppDelegate update
1 parent f2d3c0c commit b04308c

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
@@ -48,6 +48,7 @@ - (BOOL)application:(UIApplication *)application
4848

4949
#if RN_VERSION_MAJOR == 0 && RN_VERSION_MINOR < 79
5050
[self _setUpFeatureFlags];
51+
self.reactNativeFactory = [[RCTReactNativeFactory alloc] init];
5152
self.reactNativeFactory.rootViewFactory = [self createRCTRootViewFactory];
5253
[RCTComponentViewFactory currentComponentViewFactory].thirdPartyFabricComponentsProvider = self;
5354
RCTAppSetupPrepareApp(application, self.newArchEnabled);

0 commit comments

Comments
 (0)