diff options
Diffstat (limited to 'apps/mobile/app/dashboard/(tabs)/_layout.tsx')
| -rw-r--r-- | apps/mobile/app/dashboard/(tabs)/_layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/app/dashboard/(tabs)/_layout.tsx b/apps/mobile/app/dashboard/(tabs)/_layout.tsx index ce73a5c9..db6656b2 100644 --- a/apps/mobile/app/dashboard/(tabs)/_layout.tsx +++ b/apps/mobile/app/dashboard/(tabs)/_layout.tsx @@ -4,7 +4,7 @@ import { ClipboardList, Home, Search, Settings } from "lucide-react-native"; export default function TabLayout() { return ( - <Tabs screenOptions={{ tabBarActiveTintColor: "blue" }}> + <Tabs screenOptions={{ tabBarActiveTintColor: "blue", headerShown: false }}> <Tabs.Screen name="index" options={{ |
