We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added my Navbar component like this: <NavigationBar style={{backgroundColor: "#f1f1f1"}} leftButton={ <BackButton onPress={() => this.props.navigator.pop()}/> } />
<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
The text was updated successfully, but these errors were encountered:
Yes I am having the same issue for that with "react-native-navbar": "~1.1.6" and "react-native": "0.21.0".
Sorry, something went wrong.
same on [email protected] and [email protected]
[email protected]
any news on this bug?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: