From 4c62968b86f6d3eb834231f04eefc0ceabf11320 Mon Sep 17 00:00:00 2001 From: Kimbosung521 Date: Tue, 21 Oct 2025 14:44:39 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=AD=EB=B0=94=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/(tabs)/_layout.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/(tabs)/_layout.js b/app/(tabs)/_layout.js index a4162cd..4e12db2 100644 --- a/app/(tabs)/_layout.js +++ b/app/(tabs)/_layout.js @@ -152,10 +152,14 @@ export default function TabLayout() { options={{ headerShown: false, title: "", + // 해당 탭이 활성화될 경우, 탭 바 숨기기 tabBarStyle: { display: "none", }, + // 아이콘/라벨 렌더링 제거 tabBarIcon: () => null, + // ⭐️ 핵심 수정: 터치 가능한 버튼 대신 단순 View 렌더링 (터치 비활성화 + 공간 확보) + tabBarButton: (props) => , }} />