upd: ui jabatan

Deskripsi:
- ui list jabatan
- ui filter modal
- ui tambah jabatan
- ui select option
- ui modal select option
- ui edit jabatan

No Issues
This commit is contained in:
amel
2025-02-28 15:15:15 +08:00
parent 9c24c9b1a5
commit 81a234d5cd
11 changed files with 402 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ export default function RootLayout() {
<Stack.Screen name="notification" options={{ title: 'Notifikasi' }} />
<Stack.Screen name="profile" options={{ title: 'Profile' }} />
<Stack.Screen name="group" options={{ title: 'Lembaga Desa', headerShown: false }} />
<Stack.Screen name="position" options={{ title: 'Jabatan', headerShown: false }} />
</Stack>
<StatusBar style="light" />
</>