-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Is it possible to put the TabBar directly under the NavigationBar? I tried using header instead of footer, which didn´t work....
<Router....>
<Schema name="tab" type="switch" icon={TabIcon}/>
<Route name="tabbar">
<Router header/footer={TabBar} hideNavBar={false} tabBarStyle={{borderTopColor:'#00bb00',borderTopWidth:1,backgroundColor:'white'}}>
<Route name="tab1" schema="tab" title="Tab #1" component={NetworkRoute}/>
<Route name="tab2" schema="tab" title="Tab #2" component={NewsRoute}/>
<Route name="tab3" schema="tab" title="Tab #3" component={MoreRoute}/>
</Router>
</Route>
</Router....>
Metadata
Metadata
Assignees
Labels
No labels