Loading mobile/app/state/[stateId]/town/_layout.tsx +11 −1 Original line number Diff line number Diff line import { Stack } from "expo-router"; import { router, Stack } from "expo-router"; import { LIGHT_THEME } from "../../../../src/common/const/theme"; import { useTranslation } from "react-i18next"; import React from "react"; import { MaterialCommunityIcons } from "@expo/vector-icons"; export default function Layout() { const { t } = useTranslation(); Loading @@ -18,6 +20,14 @@ export default function Layout() { }, headerTitleAlign: "center", headerTintColor: LIGHT_THEME.color.white, headerRight: () => ( <MaterialCommunityIcons name="map-marker-path" size={24} color={LIGHT_THEME.color.white} onPress={() => router.push("routes/generate_route")} /> ), }} /> <Stack.Screen Loading Loading
mobile/app/state/[stateId]/town/_layout.tsx +11 −1 Original line number Diff line number Diff line import { Stack } from "expo-router"; import { router, Stack } from "expo-router"; import { LIGHT_THEME } from "../../../../src/common/const/theme"; import { useTranslation } from "react-i18next"; import React from "react"; import { MaterialCommunityIcons } from "@expo/vector-icons"; export default function Layout() { const { t } = useTranslation(); Loading @@ -18,6 +20,14 @@ export default function Layout() { }, headerTitleAlign: "center", headerTintColor: LIGHT_THEME.color.white, headerRight: () => ( <MaterialCommunityIcons name="map-marker-path" size={24} color={LIGHT_THEME.color.white} onPress={() => router.push("routes/generate_route")} /> ), }} /> <Stack.Screen Loading