import { AccentColor, MainColor } from "@/constants/color-palet"; import { OS_IOS_HEIGHT, OS_ANDROID_HEIGHT } from "@/constants/constans-value"; import { FontAwesome5, Ionicons } from "@expo/vector-icons"; import { Tabs } from "expo-router"; import { Platform, View } from "react-native"; export default function EventLayout() { return ( ( ), }} /> ( ), }} /> ( ), }} /> ( ), }} /> ); } function CustomTabBarBackground() { return ( ); }