diff options
| author | MohamedBassem <me@mbassem.com> | 2024-11-23 19:28:55 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-11-23 19:28:55 +0000 |
| commit | cc84e0177753af6e0517e855187b022d80be3226 (patch) | |
| tree | 55972ef2eb4f9723d53c912cccd6fb1c60adf180 /apps/mobile/app/dashboard/(tabs)/_layout.tsx | |
| parent | df19d399db3a84905d1efd913fcf923cdd508bb7 (diff) | |
| download | karakeep-cc84e0177753af6e0517e855187b022d80be3226.tar.zst | |
ui(mobile): Remove the dedicated search page and add a search bar in home
Diffstat (limited to 'apps/mobile/app/dashboard/(tabs)/_layout.tsx')
| -rw-r--r-- | apps/mobile/app/dashboard/(tabs)/_layout.tsx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/apps/mobile/app/dashboard/(tabs)/_layout.tsx b/apps/mobile/app/dashboard/(tabs)/_layout.tsx index cf7e473f..cf1eb01f 100644 --- a/apps/mobile/app/dashboard/(tabs)/_layout.tsx +++ b/apps/mobile/app/dashboard/(tabs)/_layout.tsx @@ -1,7 +1,7 @@ import React from "react"; import { Tabs } from "expo-router"; import { StyledTabs } from "@/components/navigation/tabs"; -import { ClipboardList, Home, Search, Settings } from "lucide-react-native"; +import { ClipboardList, Home, Settings } from "lucide-react-native"; export default function TabLayout() { return ( @@ -20,13 +20,6 @@ export default function TabLayout() { }} /> <Tabs.Screen - name="search" - options={{ - title: "Search", - tabBarIcon: ({ color }) => <Search color={color} />, - }} - /> - <Tabs.Screen name="lists" options={{ title: "Lists", |
