fix: gradle

This commit is contained in:
amel
2025-06-24 11:28:35 +08:00
parent ef24663437
commit ac54bcd9fa
26 changed files with 43 additions and 35 deletions

View File

@@ -5,24 +5,13 @@ import DisccussionHome from "@/components/home/discussionHome";
import DivisionHome from "@/components/home/divisionHome";
import EventHome from "@/components/home/eventHome";
import FiturHome from "@/components/home/fiturHome";
import { HeaderRightHome } from "@/components/home/headerRightHome";
import ProjectHome from "@/components/home/projectHome";
import Styles from "@/constants/Styles";
import { Stack } from "expo-router";
import { SafeAreaView, ScrollView, View } from "react-native";
export default function Home() {
return (
<SafeAreaView>
<Stack.Screen
options={{
title: 'Home',
headerLeft: () => <></>,
headerTitle: 'Darmasaba',
headerRight: () => <HeaderRightHome />,
headerTitleAlign: 'left',
}}
/>
<ScrollView>
<CaraouselHome />
<View style={[Styles.ph15]}>