소스 검색

fixed tab name

MGTKenYCS 1 년 전
부모
커밋
b72872c1fe
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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