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
Firstly, the drawer hamburger icon is even rendered on nav bar of scenes which are not child of <Drawer> (or <Scene drawer>)
<Drawer>
<Scene drawer>
Secondly, if the hideDrawerButton property is used then drawer icon is indeed hidden but even back button from navbar of child scenes vanishes.
hideDrawerButton
The text was updated successfully, but these errors were encountered:
Please try to reproduce it with Example project and latest version 4.0.0-beta.40. Feel free to open if the issue still exists
Sorry, something went wrong.
No branches or pull requests
Version
Firstly, the drawer hamburger icon is even rendered on nav bar of scenes which are not child of
<Drawer>
(or<Scene drawer>
)Secondly, if the
hideDrawerButton
property is used then drawer icon is indeed hidden but even back button from navbar of child scenes vanishes.The text was updated successfully, but these errors were encountered: