Skip to content

TabBar directly under NavBar #143

@BigPun86

Description

@BigPun86

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions