Investment

Add:
- screens/Invesment/DetailDataPublishSection.tsx
- screens/Invesment/BoxProgressSection.tsx
- app/(application)/(user)/investment/[id]/(transaction-flow)

## No Issue
This commit is contained in:
2025-07-31 15:45:07 +08:00
parent 7205cb0736
commit 2931f6ba55
7 changed files with 229 additions and 45 deletions

View File

@@ -266,6 +266,14 @@ export default function UserLayout() {
}}
/>
<Stack.Screen
name="investment/[id]/(transaction-flow)/index"
options={{
title: "Pembelian Saham",
headerLeft: () => <BackButton />,
}}
/>
{/* ========== End Investment Section ========= */}
{/* ========== Donation Section ========= */}