/* eslint-disable @typescript-eslint/no-unused-vars */ import { AccentColor, MainColor } from "@/constants/color-palet"; import { Feather, Ionicons, MaterialIcons } from "@expo/vector-icons"; import { Stack } from "expo-router"; import { SafeAreaProvider, SafeAreaView } from "react-native-safe-area-context"; import Icon from "react-native-vector-icons/FontAwesome"; export default function RootLayout() { return ( ( // // ), // headerLeft: () => ( // // ), // }} options={{ headerShown: false }} /> ); }