Moved tab order

This commit is contained in:
Arnaud Vergnet 2020-04-22 08:50:47 +02:00
parent 20cff1aeb1
commit 8fca2eac12

View file

@ -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}