upd: notifikasi

Deskripsi:
- update ui page notifikasi

No Issues
This commit is contained in:
amel
2025-02-27 11:01:52 +08:00
parent 87776d2cf2
commit 3372d4df23
6 changed files with 138 additions and 8 deletions

View File

@@ -9,6 +9,8 @@ export default function RootLayout() {
<Stack.Screen name="home" options={{ title: 'Home' }} />
<Stack.Screen name="feature" options={{ title: 'Fitur' }} />
<Stack.Screen name="search" options={{ title: 'Pencarian' }} />
<Stack.Screen name="notification" options={{ title: 'Notifikasi' }} />
<Stack.Screen name="profile" options={{ title: 'Profile' }} />
</Stack>
<StatusBar style="light" />
</>