-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
How to hide navBar pragmatically #2441
Comments
in myView you will need to create your own navigation bar.
|
@pgonzalez-santiago This feature was able about two weeks ago by my PR but it's broke drawer in some cases it seems. |
So what do we do now? I am doing feature that needs fullscreen so I have to hide the navbar. |
@pgonzalez-santiago Fine, I will try to reproduce this bug in commit and resolve it. But you must admit that there is no accepted PRs since @aksonov went on vacation (till 8 october). |
I'm having the same issue but I want to display navBar on scroll. |
have the same issue. how can we hide the navbar? |
Same issue here :( |
This can be solved using a custom nav bar
then whenever you can set
|
@pgonzalez-santiago @ihor @thiemo--bleeken @alexhoo now you can monitor any updates on this here #2492. |
Thank you @onrige |
Is it possible to use the LeftButton, RightButton, etc... in the NavBar.js file and pass properties to it? I was hoping there is a way to access it so that I can pass it along to the renderRightButton property or right property in order to use it rather than creating one from scratch. Please advise how I can go about doing that. |
Please check latest master. |
Version
I need to hide the navBar inside the component. I have tried to run:
Actions.refresh({ hideNavBar: true })
but it doesn't work. Any ideas of how can I hide the navBar programmatically?
The text was updated successfully, but these errors were encountered: