import ButtonBackHeader from "@/components/buttonBackHeader"; import HeaderRightProjectDetail from "@/components/project/headerProjectDetail"; import SectionFile from "@/components/sectionFile"; import SectionMember from "@/components/sectionMember"; import SectionProgress from "@/components/sectionProgress"; import SectionTanggalTugas from "@/components/sectionTanggalTugas"; import Styles from "@/constants/Styles"; import { router, Stack, useLocalSearchParams } from "expo-router"; import { SafeAreaView, ScrollView, Text, View } from "react-native"; export default function DetailProject() { const { id } = useLocalSearchParams() return ( { router.back() }} />, headerTitle: 'Judul Kegiatan', headerTitleAlign: 'center', headerRight: () => , }} /> ) }