-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS Navbar height #604
Comments
Could you show me your TabBar implementation, please? Not all the code, just the high level layout |
Sure,
|
Thanks, and can you show me one of the scenes with the NavigationBar in. Again just the high level layout |
Does it render double height if you rendered it outside of the TabBar? |
I'll have a check re: outside tab bar. One moment |
Correct height when rendered outside of Tabs |
Can you try the twitter sample and see if you get the double height issue, please? |
Also, if I do not include the Just need to pop out and grab lunch, I'll give the sample a try when I get back! |
Oh thanks, I think I've got it. You need to hide the NavigationBar in the scene with the tabs in. |
Otherwise you're getting 2 navigation bars. One from the tabs scene and then the actual one you want from the tab content scene |
Ahhh that's done it, brilliant, thanks! |
Hi!
For some reason it seems like the navbar on iOS is rendering at double height. I've tried running through various props on the
<NavigationBar>
component but with no luck. You can see an example below:Do you happen to know why this might be happening, and how to resolve? I'm using a fairly standard TabBar implementation, and this issue is occurring both top level and on children with breadcrumbs.
The text was updated successfully, but these errors were encountered: