Hide Debug tab from navigation bar

This commit is contained in:
Sergei 2026-01-28 19:58:28 -08:00
parent 618a0602ef
commit c026921278

View File

@ -340,14 +340,11 @@ export default function TabLayout() {
), ),
}} }}
/> />
{/* Voice Debug - visible tab */} {/* Voice Debug - hidden from tab bar */}
<Tabs.Screen <Tabs.Screen
name="voice-debug" name="voice-debug"
options={{ options={{
title: 'Debug', href: null,
tabBarIcon: ({ color, size }) => (
<Feather name="activity" size={22} color={color} />
),
}} }}
/> />
<Tabs.Screen <Tabs.Screen