Update Time Tickets location
This commit is contained in:
@@ -243,11 +243,6 @@ const BottomTabsNavigator = () => (
|
||||
}}
|
||||
component={MediaBrowserStackNavigator}
|
||||
/>
|
||||
<BottomTabs.Screen
|
||||
name="MoreTab"
|
||||
options={{ title: i18n.t("more.titles.moretab"), headerShown: false }}
|
||||
component={MoreStackNavigator}
|
||||
/>
|
||||
<BottomTabs.Screen
|
||||
name="TimeTicketBrowserTab"
|
||||
options={{
|
||||
@@ -256,6 +251,11 @@ const BottomTabsNavigator = () => (
|
||||
}}
|
||||
component={TimeTicketBrowserStackNavigator}
|
||||
/>
|
||||
<BottomTabs.Screen
|
||||
name="MoreTab"
|
||||
options={{ title: i18n.t("more.titles.moretab"), headerShown: false }}
|
||||
component={MoreStackNavigator}
|
||||
/>
|
||||
</BottomTabs.Navigator>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user