Investasi

Add:
- lib/dummy-data/investment : list master
- app/(application)/(user)/investment/(tabs)

Main Layout:
Fix:
- app/(application)/(user)/investment/create.tsx

Component
Add:
- Progress

## No Issue
This commit is contained in:
2025-07-29 17:22:11 +08:00
parent 554428b7b4
commit 8a514d2670
13 changed files with 621 additions and 6 deletions

View File

@@ -193,6 +193,13 @@ export default function UserLayout() {
{/* ========== End Crowdfunding Section ========= */}
{/* ========== Investment Section ========= */}
<Stack.Screen
name="investment/(tabs)"
options={{
title: "Investasi",
headerLeft: () => <BackButton path="/crowdfunding" />,
}}
/>
<Stack.Screen
name="investment/create"
options={{
@@ -202,7 +209,7 @@ export default function UserLayout() {
/>
{/* ========== End Investment Section ========= */}
{/* ========== Donation Section ========= */}
<Stack.Screen
name="donation/create"