Hide Debug tab from navigation bar
This commit is contained in:
parent
618a0602ef
commit
c026921278
@ -340,14 +340,11 @@ export default function TabLayout() {
|
||||
),
|
||||
}}
|
||||
/>
|
||||
{/* Voice Debug - visible tab */}
|
||||
{/* Voice Debug - hidden from tab bar */}
|
||||
<Tabs.Screen
|
||||
name="voice-debug"
|
||||
options={{
|
||||
title: 'Debug',
|
||||
tabBarIcon: ({ color, size }) => (
|
||||
<Feather name="activity" size={22} color={color} />
|
||||
),
|
||||
href: null,
|
||||
}}
|
||||
/>
|
||||
<Tabs.Screen
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user