import ViewWrapper from "@/components/_ShareComponent/ViewWrapper"; import FloatingButton from "@/components/Button/FloatingButton"; import Event_BoxPublishSection from "@/screens/Event/BoxPublishSection"; import { router } from "expo-router"; export default function EventBeranda() { return ( router.push("/event/create")} /> } > {Array.from({ length: 10 }).map((_, index) => ( ))} ); }