remove tab explore.tsx

This commit is contained in:
2025-10-30 23:05:32 +07:00
parent 5c6758d2c2
commit a236b80cdd
4 changed files with 3 additions and 137 deletions

View File

@@ -1,5 +1,4 @@
import { Tabs } from "expo-router";
import React from "react";
import { HapticTab } from "@/components/haptic-tab";
import { IconSymbol } from "@/components/ui/icon-symbol";
@@ -26,15 +25,7 @@ export default function TabLayout() {
),
}}
/>
<Tabs.Screen
name="explore"
options={{
title: "Explore",
tabBarIcon: ({ color }) => (
<IconSymbol size={28} name="paperplane.fill" color={color} />
),
}}
/>
<Tabs.Screen
name="tripInfo"
options={{