Browse Source

fixed tab name

MGTKenYCS 1 year ago
parent
commit
b72872c1fe
2 changed files with 2 additions and 2 deletions
  1. 2 2
      app/(tabs)/_layout.tsx
  2. 0 0
      app/(tabs)/search/index.tsx

+ 2 - 2
app/(tabs)/_layout.tsx

@@ -24,9 +24,9 @@ export default function TabLayout() {
         }}
       />
       <Tabs.Screen
-        name="home/index"
+        name="search/index"
         options={{
-          title: "Homes",
+          title: "Search",
           tabBarIcon: ({ color }) => (
             <FontAwesome size={28} name="search" color={color} />
           ),

+ 0 - 0
app/(tabs)/home/index.tsx → app/(tabs)/search/index.tsx