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
|
<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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user