Skip to content
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

TabBar displaying above navbar #2811

Closed
eahema opened this issue Jan 19, 2018 · 13 comments
Closed

TabBar displaying above navbar #2811

eahema opened this issue Jan 19, 2018 · 13 comments

Comments

@eahema
Copy link

eahema commented Jan 19, 2018

Version

^4.0.0-beta.22

  • react-native v0.?.0.49.3

Expected behaviour

tabbar should display below to navbar

Actual behaviour

image

Steps to reproduce

image

@bas00445
Copy link

I have the same problem with you ... no solution for me yet

@kholiavko-roman
Copy link

Hey guys, did you found a solution for that ?

@eahema
Copy link
Author

eahema commented Jan 27, 2018

not yet, looking some help from group

@nikolaigeorgie
Copy link

👍

@pgonzalez-santiago
Copy link

I have the same problem. Did you find something?

I didn't see this post and I have created a new issue: #2913

@kholiavko-roman
Copy link

kholiavko-roman commented Mar 1, 2018

I use this module for creating tabs. https://github.com/react-native-community/react-native-tab-view

@AndrejZdravev
Copy link

AndrejZdravev commented Mar 7, 2018

in the root scene hideNavBar in Tab Scene hideNavBar={false}
<Scene key="root" hideNavBar ><Scene key="ResultslistScene"> <Scene key="Results" tabs={true} hideNavBar={false} headerMode='none' wrap={false} title="Results list" lazy > <Scene key="Resultslist" component={ResultslistScene} title="Results list" /> <Scene key="Favorites" component={InfoScene} title="Favorites" /> </Scene></Scene></Scene>

@jingoldby
Copy link

why would anyone literally ever want the tabs above the nav....

@MaxInMoon
Copy link
Contributor

After 1 day of struggle I found a way.
I’ll give you a functional link to help you (let me 3 days)

@jingoldby
Copy link

jingoldby commented Mar 14, 2018

Oh it's fine I just ended up hiding the nav and putting the nav component in my custom tabs component..... just needed sleep when I posted my last comment 😆

@aksonov
Copy link
Owner

aksonov commented Aug 8, 2018

Please try to reproduce it with Example project and latest version 4.0.0-beta.40. Feel free to open if the issue still exists

@aksonov aksonov closed this as completed Aug 8, 2018
@edoantonioco
Copy link

hey, did someone found a way to fix this?
For normal scenes you can use the navBar property and set the component which has to be on top, but a Drawer has no component, so I really need to know how to fix this.

@bb-cuongnv
Copy link

bb-cuongnv commented Oct 18, 2019

same +1 with tabar position = "top". How to fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests