Skip to content

Commit d1908df

Browse files
committed
pass backBehavior in the correct location
1 parent 9e26b23 commit d1908df

File tree

1 file changed

+1
-1
lines changed
  • source/views/components/tabbed-view

1 file changed

+1
-1
lines changed

source/views/components/tabbed-view/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ type ComponentType = (
1717
export const TabNavigator: ComponentType = (screens, options) => TabNav(
1818
screens,
1919
{
20+
backBehavior: 'none',
2021
tabBarOptions: {
2122
activeTintColor: c.mandarin,
22-
backBehavior: 'none',
2323
...(options.tabBarOptions || {}),
2424
},
2525
...options,

0 commit comments

Comments
 (0)