aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/(tabs)/_layout.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-11-23 19:28:55 +0000
committerMohamedBassem <me@mbassem.com>2024-11-23 19:28:55 +0000
commitcc84e0177753af6e0517e855187b022d80be3226 (patch)
tree55972ef2eb4f9723d53c912cccd6fb1c60adf180 /apps/mobile/app/dashboard/(tabs)/_layout.tsx
parentdf19d399db3a84905d1efd913fcf923cdd508bb7 (diff)
downloadkarakeep-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.tsx9
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",