Skip to content

added support for showMenu which allows user to show bottom menu outs… #2039

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

M-Taha-Dev
Copy link
Contributor

@M-Taha-Dev M-Taha-Dev commented Jun 18, 2025

Hide/Show Bottom Navigation Bar
Added ability to hide bottom navigation on specific pages using showMenu in View styles.

Solution:
Store bottom navbar during creation, then conditionally render it based on showMenu keyword - show if true, hide if false.

Why this approach:
Initially tried shell Navigator pattern but it broke the onResume functionality when navigating back from screens that were added in the navigator, so switched to this simpler solution that preserves existing navigation behavior.

image

@M-Taha-Dev
Copy link
Contributor Author

@sharjeelyunus, Please find the attached Demo video

smallfile.mp4

@M-Taha-Dev M-Taha-Dev requested a review from vusters June 19, 2025 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant