forked from vergnet/application-amicale
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}
|
||||
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}
|
||||
|
|
Loading…
Reference in a new issue