Moved tab order
This commit is contained in:
parent
20cff1aeb1
commit
8fca2eac12
1 changed files with 5 additions and 6 deletions
|
@ -329,18 +329,17 @@ export default class TabNavigator extends React.Component<Props> {
|
||||||
initialRouteName={this.defaultRoute}
|
initialRouteName={this.defaultRoute}
|
||||||
tabBar={props => <CustomTabBar {...props} />}
|
tabBar={props => <CustomTabBar {...props} />}
|
||||||
>
|
>
|
||||||
<Tab.Screen
|
|
||||||
name="proxiwash"
|
|
||||||
component={ProxiwashStackComponent}
|
|
||||||
options={{title: i18n.t('screens.proxiwash')}}
|
|
||||||
/>
|
|
||||||
<Tab.Screen
|
<Tab.Screen
|
||||||
name="services"
|
name="services"
|
||||||
option
|
option
|
||||||
component={ServicesStackComponent}
|
component={ServicesStackComponent}
|
||||||
options={{title: i18n.t('screens.services')}}
|
options={{title: i18n.t('screens.services')}}
|
||||||
/>
|
/>
|
||||||
|
<Tab.Screen
|
||||||
|
name="proxiwash"
|
||||||
|
component={ProxiwashStackComponent}
|
||||||
|
options={{title: i18n.t('screens.proxiwash')}}
|
||||||
|
/>
|
||||||
<Tab.Screen
|
<Tab.Screen
|
||||||
name="home"
|
name="home"
|
||||||
component={this.createHomeStackComponent}
|
component={this.createHomeStackComponent}
|
||||||
|
|
Loading…
Reference in a new issue