new featur

deskripsi:
- search user
- notifications
This commit is contained in:
2025-06-30 10:39:04 +08:00
parent 3849e03a1a
commit c1bee77629
8 changed files with 101 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ export default function Home_FeatureSection() {
</TouchableOpacity>
</View>
<View style={stylesHome.gridContainer}>
{/* <View style={stylesHome.gridContainer}>
<TouchableOpacity
style={stylesHome.gridItem}
onPress={() => router.push("/(application)/event")}
@@ -48,7 +48,7 @@ export default function Home_FeatureSection() {
<Ionicons name="heart" size={48} color="white" />
<Text style={stylesHome.gridLabel}>Crowdfunding</Text>
</TouchableOpacity>
</View>
</View> */}
</>
);
}