Skip to content

Commit f7b089a

Browse files
committed
feat: add UIApplicationSceneManifest to template
1 parent 6fced5d commit f7b089a

File tree

1 file changed

+7
-0
lines changed
  • packages/react-native/template/visionos/HelloWorld

1 file changed

+7
-0
lines changed

packages/react-native/template/visionos/HelloWorld/Info.plist

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,12 @@
4646
</array>
4747
<key>UIViewControllerBasedStatusBarAppearance</key>
4848
<false/>
49+
<key>UIApplicationSceneManifest</key>
50+
<dict>
51+
<key>UIApplicationSupportsMultipleScenes</key>
52+
<false/>
53+
<key>UISceneConfigurations</key>
54+
<dict/>
55+
</dict>
4956
</dict>
5057
</plist>

0 commit comments

Comments
 (0)