import { BackButton } from "@/components"; import LeftButtonCustom from "@/components/Button/BackButton"; import { MainColor } from "@/constants/color-palet"; import { ICON_SIZE_SMALL } from "@/constants/constans-value"; import { HeaderStyles } from "@/styles/header-styles"; 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 ========= */} , }} /> {/* ========== Event Section ========= */} ( ), }} /> , }} /> , }} /> , }} /> , }} /> {/* ========== 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 ========= */} , }} /> ); }