Kureev / react-native-navbar

Navbar component for React Native
MIT License
1.89k stars 317 forks source link

Hiding status bar #249

Open clarktank opened 6 years ago

clarktank commented 6 years ago

on iOS it doesn't hide the status bar

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

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