We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9826b commit 12a18e4Copy full SHA for 12a18e4
1 file changed
packages/rn-tester/RNTester/Info.plist
@@ -63,5 +63,22 @@
63
</array>
64
<key>UIViewControllerBasedStatusBarAppearance</key>
65
<false/>
66
+ <key>UIApplicationSceneManifest</key>
67
+ <dict>
68
+ <key>UIApplicationSupportsMultipleScenes</key>
69
+ <false/>
70
+ <key>UISceneConfigurations</key>
71
72
+ <key>UIWindowSceneSessionRoleApplication</key>
73
+ <array>
74
75
+ <key>UISceneConfigurationName</key>
76
+ <string>Default Configuration</string>
77
+ <key>UISceneDelegateClassName</key>
78
+ <string>RCTSceneDelegate</string>
79
+ </dict>
80
+ </array>
81
82
83
</dict>
84
</plist>
0 commit comments