New repo mobile after delete ! #1

Merged
bagasbanuna merged 233 commits from api/24-oct-25 into main 2025-10-27 11:32:16 +08:00
154 changed files with 10738 additions and 971 deletions
Showing only changes of commit 7889d25a44 - Show all commits

View File

@@ -46,7 +46,7 @@ export default function EventLayout() {
}} }}
/> />
<Tabs.Screen <Tabs.Screen
name="kontribusi" name="contribution"
options={{ options={{
title: "Kontribusi", title: "Kontribusi",
tabBarIcon: ({ color }) => ( tabBarIcon: ({ color }) => (
@@ -55,7 +55,7 @@ export default function EventLayout() {
}} }}
/> />
<Tabs.Screen <Tabs.Screen
name="riwayat" name="history"
options={{ options={{
title: "Riwayat", title: "Riwayat",
tabBarIcon: ({ color }) => ( tabBarIcon: ({ color }) => (

View File

@@ -1,15 +1,10 @@
import { import {
ViewWrapper, ButtonCustom,
StackCustom, DotButton,
TextCustom, DrawerCustom,
BaseBox, MenuDrawerDynamicGrid,
Grid, Spacing,
DotButton, ViewWrapper
DrawerCustom,
MenuDrawerDynamicGrid,
ButtonCustom,
AlertCustom,
Spacing,
} from "@/components"; } from "@/components";
import { IMenuDrawerItem } from "@/components/_Interface/types"; import { IMenuDrawerItem } from "@/components/_Interface/types";
import LeftButtonCustom from "@/components/Button/BackButton"; import LeftButtonCustom from "@/components/Button/BackButton";