import { BlurView } from "expo-blur";
import { isLiquidGlassAvailable } from "expo-glass-effect";
import { Link, Tabs, router } from "expo-router";
import { Icon, Label, NativeTabs } from "expo-router/unstable-native-tabs";
import { SymbolView } from "expo-symbols";
import { Feather, MaterialCommunityIcons, Ionicons } from "@expo/vector-icons";
import React from "react";
import { Platform, Pressable, StyleSheet, View, useColorScheme } from "react-native";
import { useSafeAreaInsets } from "react-native-safe-area-context";
import { Colors } from "@/constants/colors";
function NativeTabLayout() {
return (
);
}
function ClassicTabLayout() {
const insets = useSafeAreaInsets();
const isIOS = Platform.OS === "ios";
const isWeb = Platform.OS === "web";
const C = Colors.dark;
return (
isIOS ? (
) : isWeb ? (
) : (
),\
}}\
>
(\n \n ({ opacity: pressed ? 0.5 : 1 })}>
\n \n \n ),
tabBarIcon: ({ color, size }) =>
isIOS ? (
) : (
),\
}}\
/>
isIOS ? (
) : (
),\
}}\
/>
isIOS ? (
) : (
),\
}}\
/>
);
}
export default function TabLayout() {
if (isLiquidGlassAvailable()) {\n return (\n \n (\n \n ({ opacity: pressed ? 0.5 : 1 })}>\n \n \n \n ),\n }}\n />\n \n \n \n );\n }
return ;\
}