upd: search

Deskripsi:
- ui search

NoIssues
This commit is contained in:
amel
2025-02-26 17:58:31 +08:00
parent a25a0515c4
commit bb9c5090f9
5 changed files with 162 additions and 6 deletions

View File

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