Add:
- Menambahkan folder : /admin/collaboration , /admin/investmen
- NavbarMenu

### No Issue
This commit is contained in:
2025-08-06 11:53:33 +08:00
parent c4c16f19c1
commit caf250c5ca
14 changed files with 276 additions and 74 deletions

View File

@@ -1,10 +1,10 @@
import React, { useEffect, useRef } from "react";
import {
Animated,
Dimensions,
InteractionManager,
PanResponder,
StyleSheet
Animated,
Dimensions,
InteractionManager,
PanResponder,
StyleSheet,
} from "react-native";
import { AccentColor, MainColor } from "@/constants/color-palet";
@@ -107,9 +107,15 @@ export default function DrawerAdmin({
{...panResponder.panHandlers}
>
{/* Handle Bar (opsional) */}
{/* <View style={styles.handleBar} /> */}
<SafeAreaView>{children}</SafeAreaView>
<SafeAreaView
edges={["top", "bottom"]}
style={{
flex: 1,
}}
>
{children}
{/* <Spacing/> */}
</SafeAreaView>
</Animated.View>
</>
);