We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4192678 commit e271b23Copy full SHA for e271b23
packages/react-native/Libraries/AppDelegate/RCTAppDelegate.mm
@@ -76,6 +76,7 @@ - (void)loadReactNativeWindow:(NSDictionary *)launchOptions
76
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
77
UIViewController *rootViewController = [self createRootViewController];
78
[self setRootView:rootView toRootViewController:rootViewController];
79
+ _window.windowScene.delegate = self;
80
_window.rootViewController = rootViewController;
81
[_window makeKeyAndVisible];
82
}
0 commit comments