【问题标题】:react-native-flash-message hidden by status bar on AndroidAndroid上状态栏隐藏的react-native-flash-message
【发布时间】:2021-07-27 16:18:41
【问题描述】:

我正在尝试在使用 React Navigation 的应用上显示带有 react-native-flash-message 的下拉消息。该消息在 iOS 上看起来很棒,但在 Android 上隐藏在状态栏后面。我已经尝试修改 zIndex 和海拔值,但并没有修复它。

安卓

iOS

【问题讨论】:

    标签: react-native react-navigation react-native-flash-message


    【解决方案1】:

    尝试添加hideStatusBar statusBarHeight 你可以在props 中看到。
    你的 FlashMessage 组件可能是这样的

    <FlashMessage 
      hideStatusBar={false}
      statusBarHeight={StatusBar.currentHeight}
      ...
    />
    

    【讨论】:

      猜你喜欢
      • 2016-07-11
      • 1970-01-01
      • 1970-01-01
      • 2016-05-10
      • 2012-04-01
      • 2018-10-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多