import { Tabs } from "expo-router"; import React from "react"; import { useTranslation } from "react-i18next"; import CustomTabBar from "@/components/custom-tab-bar"; import { IconSymbol } from "@/components/ui/icon-symbol"; export default function TabLayout() { const { t } = useTranslation(); return ( } screenOptions={{ headerShown: false, }} > ( ), }} /> ( ), }} /> ( ), }} /> ( ), }} /> ( ), }} /> ); }