Skip to content

Commit

Permalink
tab stack example
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Oct 1, 2022
1 parent 5b93bbb commit e0ec6f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/screens/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ export const navio = Navio.build({
},
},
stacks: {
MainStack: ['Main', 'Example'],
ExampleStack: ['Example'],
},
tabs: {
MainTab: {
stack: ['Main', 'Example'],
stack: 'MainStack',
options: {
title: 'Home',
tabBarIcon: getTabBarIcon('MainTab'),
Expand Down

0 comments on commit e0ec6f3

Please sign in to comment.