import BackButtonFromNotification from "@/components/Button/BackButtonFromNotification"; import { ICON_SIZE_SMALL } from "@/constants/constans-value"; import { TabsStyles } from "@/styles/tabs-styles"; import { Feather, FontAwesome6, Ionicons } from "@expo/vector-icons"; import { router, Tabs, useLocalSearchParams, useNavigation } from "expo-router"; import { useLayoutEffect } from "react"; export default function InvestmentTabsLayout() { // const navigation = useNavigation(); // const { from, category } = useLocalSearchParams<{ // from?: string; // category?: string; // }>(); // console.log("from", from); // console.log("category", category); // // Atur header secara dinamis // useLayoutEffect(() => { // navigation.setOptions({ // headerLeft: () => ( // // ), // }); // }, [from, router, navigation]); return ( ( ), }} /> ( ), }} /> ( ), }} /> ( ), }} /> ); }