You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TabBar should be below NavBar when using tabBarPosition="top".
Actual behaviour
Two problems:
On iOS 10.3 (simulator), the TabBar renders above the NavBar when using tabBarPosition="top"
title doesn't appear in the header
Steps to reproduce
<Scenekey="pagewithtabs"title="Page with tabs"swipeEnabledgestureEnabledinitialshowLabeltabstabBarPosition="top"><Scenekey="tab1"tabBarLabel="TAB #1"><Scenekey="tab1_1"component={Page1}/></Scene><Scenekey="tab2"tabBarLabel="TAB #2"><Scenekey="tab2_2"component={Page2}/></Scene></Scene>
Do some has a working ios code with this versions??
Thanks!
The text was updated successfully, but these errors were encountered:
Version
Expected behaviour
TabBar
should be belowNavBar
when usingtabBarPosition="top"
.Actual behaviour
Two problems:
TabBar
renders above theNavBar
when usingtabBarPosition="top"
title
doesn't appear in theheader
Steps to reproduce
Do some has a working ios code with this versions??
Thanks!
The text was updated successfully, but these errors were encountered: