question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Navigation bar options

See original GitHub issue

I’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:closed
  • Created 4 years ago
  • Comments:38 (22 by maintainers)

github_iconTop GitHub Comments

1reaction
grahammendickcommented, May 2, 2019

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.

1reaction
jacobp100commented, Apr 30, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found