React Native iOS APP 正在加载黑屏,而不是我设计的主要 React Native Splash

React Nativ iOS APP is loading black screen instead of main React Native Splash which I designed

我是运行ning react-native APP,尝试运行ios部分。启动成功但黑屏。我也看不到 Launcher 上的任何选项。请看下图。

查看模拟器

同样,它是 React Native,我想 运行 在 ios 模拟器上

告诉你,我自己解决了这个问题。我在 info.plist 上做错了什么。那是出现问题的代码。

<key>UIApplicationSceneManifest</key>
<dict>
    <key>UIApplicationSupportsMultipleScenes</key>
    <true/>
</dict>

我刚删除它,问题就解决了