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}
tabBar={props => <CustomTabBar {...props} />}
>
<Tab.Screen
name="proxiwash"
component={ProxiwashStackComponent}
options={{title: i18n.t('screens.proxiwash')}}
/>
<Tab.Screen
name="services"
option
component={ServicesStackComponent}
options={{title: i18n.t('screens.services')}}
/>
<Tab.Screen
name="proxiwash"
component={ProxiwashStackComponent}
options={{title: i18n.t('screens.proxiwash')}}
/>
<Tab.Screen
name="home"
component={this.createHomeStackComponent}