We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e26b23 commit d1908dfCopy full SHA for d1908df
source/views/components/tabbed-view/index.js
@@ -17,9 +17,9 @@ type ComponentType = (
17
export const TabNavigator: ComponentType = (screens, options) => TabNav(
18
screens,
19
{
20
+ backBehavior: 'none',
21
tabBarOptions: {
22
activeTintColor: c.mandarin,
- backBehavior: 'none',
23
...(options.tabBarOptions || {}),
24
},
25
...options,
0 commit comments