import { ViewWrapper, StackCustom, ButtonCustom, Spacing } from "@/components"; import { MainColor, AccentColor } from "@/constants/color-palet"; import Forum_ReportListSection from "@/screens/Forum/ReportListSection"; import { router } from "expo-router"; export default function ForumReportPosting() { return ( <> { console.log("Report"); router.back(); }} > Report { console.log("Lainnya"); router.replace("/forum/[id]/other-report-posting"); }} > Lainnya ); }