react-native-navbar
react-native-navbar copied to clipboard
Extra space on Navbar
I added my Navbar component like this:
<NavigationBar style={{backgroundColor: "#f1f1f1"}} leftButton={ <BackButton onPress={() => this.props.navigator.pop()}/> } />
The View container dont have paddings or margins and the status bar neither.

Thanks in advance
Yes I am having the same issue for that with "react-native-navbar": "~1.1.6" and "react-native": "0.21.0".
same on [email protected] and [email protected]
any news on this bug?