适用于iOS的ViewArea正在萎缩

问题描述 投票:1回答:1

我有一些问题,包括react-native和我的iPhoneX设备。不知何故,我的iPhoneX设备中的ViewArea出现了缩影。它不会填满设备的整个显示屏。我实际上甚至没有使用react-native或react-navigation提供的SafeAreaView。

更新发现它与react-native-splash-screen相关。不知何故,该模块可能不会使用SafeArea选项。

我的环境:

"react": "16.1.1", "react-native": "0.50.3", "react-navigation": "1.0.0-beta.21", "react-native-splash-screen": "3.0.6"

enter image description here

react-native react-navigation iphone-x
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.