Skip to content

Can Tabbar be displayed at the bottom of a page? #1860

Answered by ethanshar
navxio asked this question in Q&A
Discussion options

You must be logged in to vote

Technically you can render the TabBar wherever you want.

For example

<TabController items={[...]}>
  <View>
    <TabController.TabPage>{page1}</TabController.TabPage>
    <TabController.TabPage>{page2}</TabController.TabPage>
    <TabController.TabPage>{page3}</TabController.TabPage>
  </View>

<TabController.TabBar/>
</TabController>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by navxio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants