import { BackButton } from "@/components"; import LeftButtonCustom from "@/components/Button/BackButton"; import { MainColor } from "@/constants/color-palet"; import { HeaderStyles } from "@/styles/header-styles"; import { Ionicons } from "@expo/vector-icons"; import { router, Stack } from "expo-router"; export default function UserLayout() { return ( <> ( router.push("/user-search")} /> ), headerRight: () => ( router.push("/notifications")} /> ), }} /> {/* Profile */} {/* Portofolio */} {/* User Search */} , }} /> {/* Notification */} , }} /> {/* Event */} ( ), }} /> , }} /> {/* Forum */} , }} /> {/* Maps */} , }} /> {/* Marketplace */} , }} /> ); }