import Spacing from "@/components/_ShareComponent/Spacing"; import { Styles } from "@/styles/global-styles"; import { Ionicons } from "@expo/vector-icons"; import { Image } from "expo-image"; import { router } from "expo-router"; import { ScrollView, Text, TouchableOpacity, View } from "react-native"; import Icon from "react-native-vector-icons/FontAwesome"; import DynamicTruncatedText from "@/components/_ShareComponent/TruncatedText"; import { stylesHome } from "./homeViewStyle"; export default function HomeView() { return ( <> {/* Grid Section */} router.push("/(application)/event")} > Event Collaboration Voting Crowdfunding {/* Job Vacancy Section */} Job Vacancy {/* Vacancy Item 1 */} {/* */} {/* Vacancy Item 2 */} {/* */} ); }