Navigation bar options
See original GitHub issueI’d like to disable the native navigation bar for some routes. How do you feel about an API similar to {RightLeft}BarIOS
to set the navgiation bar props? Other than hiding, there’ll be use-cases like tintColor
, barStyle
etc.
I can try and submit a PR if you’re happy with that direction and I test it for my use-cases
Issue Analytics
- State:
- Created 4 years ago
- Comments:38 (22 by maintainers)
Top Results From Across the Web
The Essential Guide to Website Navigation [Types & Top ...
The horizontal navigation bar is the most common type of navigation menu. It lists the major pages side-by-side and is placed in the...
Read more >CSS Navigation Bar - W3Schools
With CSS you can transform boring HTML menus into good-looking navigation bars. Navigation Bar = List of Links. A navigation bar needs standard...
Read more >UI Design Spotlight: Exploring 7 Types of Navigation Menus
1. Standard Horizontal Menu · 2. Hamburger Menu · 3. Mega Menu · 4. Scroll -Triggered · 5. Vertical Sidebar Navigation · 6....
Read more >Customizing Your App's Navigation Bar - Apple Developer
Create custom titles, prompts, and buttons in your app's navigation bar. ... The right side of the navigation bar options for customization include...
Read more >8 Types of Modern Navigation Menus for Websites
1. Interactive Navigation · 2. Sidebar Static Navigation · 3. Parallax-Powered Navigation · 4. Hamburger Menu · 5. Multimedia Based Menu · 6....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Nice idea but we should avoid using the routing config if we can help it. We should only go that way if we have no choice like with titles when opening multiple screens at once.
Yeah you’re right, I can just roll my own native view for this.
I’ll do that for my current project, play around with it, see what works well, and send a PR.
What might make sense long term is docs on how to do this, then for the more unique cases, people just write native code.
For completeness, the hiding use-case is for if you want to roll your own navigation bar, or you want a YouTube player like page, that just doesn’t have a navigation bar