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.

[IOS] there shouldn't be a navigation bar if no component is provided ?

See original GitHub issue

Screen Shot 2020-11-27 at 10 18 50 AM

on IOS an navigation is visible by default and you need to render <NavigationBar hidden /> to hide it.

also it doesn’t animate correctly when going from a screen with NavigationBar hidden to another with it visible.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
grahammendickcommented, Nov 28, 2020

@a-eid Thanks again for your offer of help. I’ve created an issue #478 for you to work on. Please ask me any questions you want. I’m always happy to help.

The funny thing is, while writing up the issue, I saw another reason (performance) why I want to encourage people to always include a NavigationBar on their scene. So I will close this, after all!

0reactions
a-eidcommented, Nov 28, 2020

I am definitely more proficient in JS & React but I don’t mind working with IOS as well (I have some past experience with it.)

Read more comments on GitHub >

github_iconTop Results From Across the Web

iOS 11 navigationBarHidden not working - Apple Developer
On the iPhone X simulator, the navigationbar is hidden, but a white bar shows in it's place instead of everything being "moved up"...
Read more >
How to hide 'Back' button on navigation bar on iPhone?
The best way is to combine these, so it will hide the back button even if you ... For instance, if you have...
Read more >
Cracking the Navigation Bar Secrets with SwiftUI
To show a Navigation Bar using SwiftUI, we should use the NavigationView component that is responsible for this purpose.
Read more >
[Feature request] iOS 11 Large title navigation bar · Issue #2749
I'm curious. If it's not possible in React. Perhaps, is it the only way that we provide the new component overriding ScrollView or...
Read more >
Menu Bar and Menu Guidelines | Wireframing Academy
Add a dropdown arrow to show that there is a dropdown menu ... While not always adhered to, it's best practice to include...
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