From c0269212783a36b6b41bd139b0f8e016706b2181 Mon Sep 17 00:00:00 2001 From: Sergei Date: Wed, 28 Jan 2026 19:58:28 -0800 Subject: [PATCH] Hide Debug tab from navigation bar --- app/(tabs)/_layout.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/(tabs)/_layout.tsx b/app/(tabs)/_layout.tsx index 52902d8..e3e50cd 100644 --- a/app/(tabs)/_layout.tsx +++ b/app/(tabs)/_layout.tsx @@ -340,14 +340,11 @@ export default function TabLayout() { ), }} /> - {/* Voice Debug - visible tab */} + {/* Voice Debug - hidden from tab bar */} ( - - ), + href: null, }} />