Remove Debug tab completely

- Remove debug screen from tab navigator
- Delete app/(tabs)/debug.tsx file

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Sergei 2026-01-24 20:14:33 -08:00
parent a578ec8081
commit a23116a796
2 changed files with 0 additions and 1410 deletions

View File

@ -72,13 +72,6 @@ export default function TabLayout() {
),
}}
/>
{/* Debug tab - HIDDEN, no longer needed */}
<Tabs.Screen
name="debug"
options={{
href: null,
}}
/>
{/* Hide explore tab */}
<Tabs.Screen
name="explore"

File diff suppressed because it is too large Load Diff