使用SafeArea时状态栏底部有阴影

时间:2018-10-04 08:03:30

标签: react-native react-native-ios

我正在使用SafeArea,并将视图放入iOS的safearea中。但是不知何故,StatusBar有一个底线。我希望它是平坦的,以便它自然地随视图流动。我该如何解决?

<SafeAreaView style={renderStyle} onLayout={layoutFn}>
    <StatusBar translucent/>
    {component}
</SafeAreaView>

screenshot

0 个答案:

没有答案