Loading mobile/app/sign_up.tsx +1 −1 Original line number Diff line number Diff line import { View, StyleSheet, Image, Text, Button } from "react-native"; import { LIGTHT_THEME } from "../src/common/constants/theme"; import { LIGHT_THEME } from "../src/common/constants/theme"; import { SignUpForm } from "../src/auth/components/sign_up_form"; import { router } from "expo-router"; import { SignUpPage } from "../src/auth/pages/sign_up_page"; Loading mobile/app/state/[stateId]/town/[townId]/activity/_layout.tsx +1 −1 Original line number Diff line number Diff line import { Stack } from "expo-router"; import { LIGTHT_THEME } from "../../../../../../src/common/constants/theme"; import { LIGHT_THEME } from "../../../../../../src/common/constants/theme"; export default function ActivitySelectionScreen() { return ( Loading mobile/app/state/[stateId]/town/_layout.tsx +4 −4 Original line number Diff line number Diff line import { Stack } from "expo-router"; import { LIGTHT_THEME } from "../../../../src/common/constants/theme"; import { LIGHT_THEME } from "../../../../src/common/constants/theme"; export default function Layout() { return ( Loading @@ -7,13 +7,13 @@ export default function Layout() { <Stack.Screen name="[townId]/index" options={{ title: "Select an activity", headerStyle: { backgroundColor: LIGTHT_THEME.color.primary, backgroundColor: LIGHT_THEME.color.primary, }, headerTitleStyle: { color: LIGTHT_THEME.color.white, color: LIGHT_THEME.color.white, }, headerTitleAlign: "center", headerTintColor: LIGTHT_THEME.color.white, headerTintColor: LIGHT_THEME.color.white, }}/> <Stack.Screen name="[townId]/activity" options={{ headerShown: false Loading mobile/app/state/_layout.tsx +4 −4 Original line number Diff line number Diff line import { Stack } from "expo-router"; import { LIGTHT_THEME } from "../../src/common/constants/theme"; import { LIGHT_THEME } from "../../src/common/constants/theme"; export default function Layout() { return ( Loading @@ -9,13 +9,13 @@ export default function Layout() { options={{ title: "Select a town", headerStyle: { backgroundColor: LIGTHT_THEME.color.primary, backgroundColor: LIGHT_THEME.color.primary, }, headerTitleStyle: { color: LIGTHT_THEME.color.white, color: LIGHT_THEME.color.white, }, headerTitleAlign: "center", headerTintColor: LIGTHT_THEME.color.white, headerTintColor: LIGHT_THEME.color.white, }} /> <Stack.Screen Loading mobile/app/travel_history/_layout.tsx +4 −4 Original line number Diff line number Diff line import { Stack } from "expo-router"; import { LIGTHT_THEME } from "../../src/common/constants/theme"; import { LIGHT_THEME } from "../../src/common/constants/theme"; import { Button } from "react-native"; import { ShareButton } from "../../src/travel_history/components/share_button"; Loading @@ -8,13 +8,13 @@ export default function Layout() { <Stack screenOptions={{ headerStyle: { backgroundColor: LIGTHT_THEME.color.primary, backgroundColor: LIGHT_THEME.color.primary, }, headerTitleStyle: { color: LIGTHT_THEME.color.white, color: LIGHT_THEME.color.white, }, headerTitleAlign: "center", headerTintColor: LIGTHT_THEME.color.white, headerTintColor: LIGHT_THEME.color.white, }} > <Stack.Screen name="details/[id]" options={{ Loading Loading
mobile/app/sign_up.tsx +1 −1 Original line number Diff line number Diff line import { View, StyleSheet, Image, Text, Button } from "react-native"; import { LIGTHT_THEME } from "../src/common/constants/theme"; import { LIGHT_THEME } from "../src/common/constants/theme"; import { SignUpForm } from "../src/auth/components/sign_up_form"; import { router } from "expo-router"; import { SignUpPage } from "../src/auth/pages/sign_up_page"; Loading
mobile/app/state/[stateId]/town/[townId]/activity/_layout.tsx +1 −1 Original line number Diff line number Diff line import { Stack } from "expo-router"; import { LIGTHT_THEME } from "../../../../../../src/common/constants/theme"; import { LIGHT_THEME } from "../../../../../../src/common/constants/theme"; export default function ActivitySelectionScreen() { return ( Loading
mobile/app/state/[stateId]/town/_layout.tsx +4 −4 Original line number Diff line number Diff line import { Stack } from "expo-router"; import { LIGTHT_THEME } from "../../../../src/common/constants/theme"; import { LIGHT_THEME } from "../../../../src/common/constants/theme"; export default function Layout() { return ( Loading @@ -7,13 +7,13 @@ export default function Layout() { <Stack.Screen name="[townId]/index" options={{ title: "Select an activity", headerStyle: { backgroundColor: LIGTHT_THEME.color.primary, backgroundColor: LIGHT_THEME.color.primary, }, headerTitleStyle: { color: LIGTHT_THEME.color.white, color: LIGHT_THEME.color.white, }, headerTitleAlign: "center", headerTintColor: LIGTHT_THEME.color.white, headerTintColor: LIGHT_THEME.color.white, }}/> <Stack.Screen name="[townId]/activity" options={{ headerShown: false Loading
mobile/app/state/_layout.tsx +4 −4 Original line number Diff line number Diff line import { Stack } from "expo-router"; import { LIGTHT_THEME } from "../../src/common/constants/theme"; import { LIGHT_THEME } from "../../src/common/constants/theme"; export default function Layout() { return ( Loading @@ -9,13 +9,13 @@ export default function Layout() { options={{ title: "Select a town", headerStyle: { backgroundColor: LIGTHT_THEME.color.primary, backgroundColor: LIGHT_THEME.color.primary, }, headerTitleStyle: { color: LIGTHT_THEME.color.white, color: LIGHT_THEME.color.white, }, headerTitleAlign: "center", headerTintColor: LIGTHT_THEME.color.white, headerTintColor: LIGHT_THEME.color.white, }} /> <Stack.Screen Loading
mobile/app/travel_history/_layout.tsx +4 −4 Original line number Diff line number Diff line import { Stack } from "expo-router"; import { LIGTHT_THEME } from "../../src/common/constants/theme"; import { LIGHT_THEME } from "../../src/common/constants/theme"; import { Button } from "react-native"; import { ShareButton } from "../../src/travel_history/components/share_button"; Loading @@ -8,13 +8,13 @@ export default function Layout() { <Stack screenOptions={{ headerStyle: { backgroundColor: LIGTHT_THEME.color.primary, backgroundColor: LIGHT_THEME.color.primary, }, headerTitleStyle: { color: LIGTHT_THEME.color.white, color: LIGHT_THEME.color.white, }, headerTitleAlign: "center", headerTintColor: LIGTHT_THEME.color.white, headerTintColor: LIGHT_THEME.color.white, }} > <Stack.Screen name="details/[id]" options={{ Loading