import { Tabs } from "expo-router"; import { Toaster } from "react-hot-toast"; import React from "react"; import { Platform } from "react-native"; import { HapticTab } from "@/components/HapticTab"; import { IconSymbol } from "@/components/ui/IconSymbol"; import TabBarBackground from "@/components/ui/TabBarBackground"; import { Colors } from "@/constants/Colors"; import { useColorScheme } from "@/hooks/useColorScheme"; export default function TabLayout() { const colorScheme = useColorScheme(); return ( <> ( ), }} /> ( ), }} /> ); }