Moved tab order
This commit is contained in:
부모
20cff1aeb1
커밋
8fca2eac12
1개의 변경된 파일과 5개의 추가작업 그리고 6개의 파일을 삭제
|
|
@ -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}
|
||||
|
|
|
|||
불러오는 중…
Reference in a new issue