-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
Couldn't hide header with headerShown
with some specific device
#294
Comments
Hey, This library doesn't (yet) support headers. So it's most likely that the issue comes from somewhere else. |
@okwasniewski I did workaround like this
|
This seems like it's related to your project specifically. It looks like your screen is wrapped with a navigation controller that sets it. Maybe it's a NativeStack from React native screens that's causing this?
|
@okwasniewski I did set |
Can you provide a reproduction where this issue happens outside of your app in an isolated environment? |
Before submitting a new issue
Bug summary
Code
Result
Library version
0.8.6
Environment info
Steps to reproduce
Just add tab navigator with custom
tabBar
andheaderShown
is falseReproducible sample code
The text was updated successfully, but these errors were encountered: