react-native-navbar
react-native-navbar copied to clipboard
Hiding status bar
on iOS it doesn't hide the status bar
<NavigationBar
title={titleConfig}
rightButton={rightButtonConfig}
leftButton={leftButtonConfig}
statusBar={{ hidden: true }}
/>
Hiding statusbar on iOS doesn't hide it as of current, but moves padding closer to top.