[IOS] there shouldn't be a navigation bar if no component is provided ?
See original GitHub issueon 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:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top 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 >
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
@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!
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.)