Add:
- list-of-donatur.tsx
- donation/[id]/(news)

Fix:
- /donation/[id]/index.tsx

## No Issue
This commit is contained in:
2025-08-04 15:14:17 +08:00
parent 3bcadbf643
commit f9b9211a5c
7 changed files with 343 additions and 4 deletions

View File

@@ -362,13 +362,13 @@ export default function UserLayout() {
headerLeft: () => <BackButton />,
}}
/>
<Stack.Screen
{/* <Stack.Screen
name="donation/[id]/index"
options={{
title: "Detail Donasi",
headerLeft: () => <BackButton />,
}}
/>
/> */}
<Stack.Screen
name="donation/[id]/edit"
options={{
@@ -405,6 +405,28 @@ export default function UserLayout() {
}}
/>
<Stack.Screen
name="donation/[id]/(news)/recap-of-news"
options={{
title: "Rekap Kabar",
headerLeft: () => <BackButton />,
}}
/>
<Stack.Screen
name="donation/[id]/(news)/add-news"
options={{
title: "Tambah Berita",
headerLeft: () => <BackButton />,
}}
/>
<Stack.Screen
name="donation/[id]/(news)/[news]/edit-news"
options={{
title: "Edit Berita",
headerLeft: () => <BackButton />,
}}
/>
{/* ========== End Donation Section ========= */}
{/* ========== Job Section ========= */}