Skip to content

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