import { BackButton } from "@/components"; import AppHeader from "@/components/_ShareComponent/AppHeader"; import { IconPlus } from "@/components/_Icon"; import { IconDot } from "@/components/_Icon/IconComponent"; import LeftButtonCustom from "@/components/Button/BackButton"; import { MainColor } from "@/constants/color-palet"; import { ICON_SIZE_SMALL } from "@/constants/constans-value"; import { Ionicons } from "@expo/vector-icons"; import { router, Stack } from "expo-router"; export default function UserLayout() { return ( <> , }} /> , }} /> {/* ========== Profile Section ========= */} {/* ========== Portofolio Section ========= */} {/* ========== User Search Section ========= */} , }} /> {/* ========== Notification Section ========= */} {/* DIPINDAH DI FILE NOTIFICATION USER */} {/* , // headerRight: () => ( // router.push("/test-notifications")} // /> // ), }} /> */} {/* ========== Event Section ========= */} {/* } />, }} /> */} } />, // NOTE: DIPINDAH DI FILE /Event/(Tabs)/_layout.tsx // headerLeft: () => ( // // ), }} /> , }} /> } />, }} /> , }} /> , }} /> {/* ========== End Event Section ========= */} {/* ========== Collaboration Section ========= */} } />, }} /> , }} /> , }} /> {/* , }} /> */} , }} /> , }} /> , }} /> {/* ========== End Collaboration Section ========= */} {/* ========== Voting Section ========= */} , }} /> } />, }} /> , }} /> , }} /> {/* ========== End Voting Section ========= */} {/* ========== Crowdfunding Section ========= */} } />, }} /> {/* ========== End Crowdfunding Section ========= */} {/* ========== Investment Section ========= */} } />, }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> ( router.navigate(`/investment/(tabs)/transaction`) } /> } /> ), }} /> ( router.navigate(`/investment/(tabs)/transaction`) } /> } /> ), }} /> , }} /> , }} /> , }} /> {/* ========== End Investment Section ========= */} {/* ========== Donation Section ========= */} } />, }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> ( router.navigate(`/donation/(tabs)/my-donation`)} /> } /> ), }} /> ( router.navigate(`/donation/(tabs)/my-donation`)} /> } /> ), }} /> , }} /> , }} /> {/* ========== End Donation Section ========= */} {/* ========== Job Section ========= */} , }} /> } />, }} /> , }} /> , }} /> , }} /> {/* ========== End Job Section ========= */} {/* ========== Forum Section ========= */} , }} /> , }} /> } />, }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> , }} /> {/* ========== Maps Section ========= */} , }} /> , }} /> , }} /> , }} /> {/* ========== Marketplace Section ========= */} , }} /> ); }