Kureev / react-native-navbar

Navbar component for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hiding status bar

clarktank opened this issue · comments

on iOS it doesn't hide the status bar

        <NavigationBar
          title={titleConfig}
          rightButton={rightButtonConfig}
          leftButton={leftButtonConfig}
          statusBar={{ hidden: true }}
        />
commented

Hiding statusbar on iOS doesn't hide it as of current, but moves padding closer to top.