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
Above the nav bar there is a black block that doesnt allow anything to be seen under it.
How do i remove the redundant space above the navbar?
The text was updated successfully, but these errors were encountered:
SafeAreaView edges={['top']}
This fixed it for me
Sorry, something went wrong.
SafeAreaView edges={['top']} This fixed it for me
OMG! This has been driving me crazy the past couple of days. Thanks for this tip. This fixed it for me as well. :)
No branches or pull requests
Above the nav bar there is a black block that doesnt allow anything to be seen under it.
How do i remove the redundant space above the navbar?
The text was updated successfully, but these errors were encountered: