import {createBottomTabNavigator} from "@react-navigation/bottom-tabs"; import {NavigationContainer} from "expo-router/build/fork/NavigationContainer"; import ProfileScreen from "@/src/screen/ProfileScreen"; import HomeScreen from "@/src/screen/HomeScreen"; import {MaterialIcons} from "@expo/vector-icons"; export default function Navigation() { /* const BottomTabNavigator = createBottomTabNavigator(); return ( ( ), }} /> ) */ }