diff options
Diffstat (limited to 'apps/mobile/app/dashboard/_layout.tsx')
| -rw-r--r-- | apps/mobile/app/dashboard/_layout.tsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/mobile/app/dashboard/_layout.tsx b/apps/mobile/app/dashboard/_layout.tsx index a1a25398..609f06f5 100644 --- a/apps/mobile/app/dashboard/_layout.tsx +++ b/apps/mobile/app/dashboard/_layout.tsx @@ -58,6 +58,15 @@ export default function Dashboard() { }} /> <Stack.Screen + name="search" + options={{ + headerTitle: "", + headerBackTitle: "", + headerTransparent: true, + headerShown: false, + }} + /> + <Stack.Screen name="settings/theme" options={{ title: "Theme", |
