Add passport application flow until step 2 'Kuesioner Layanan Permohonan'

This commit is contained in:
Mochammad Adhi Buchori
2025-04-22 23:35:34 +07:00
parent 38f23f0781
commit 62412cedc9
14 changed files with 1142 additions and 49 deletions

View File

@ -49,11 +49,9 @@ function RootStack() {
component={NavigationRouteScreen}
options={{headerShown: false}}
/>
<Stack.Screen
name="Home"
component={HomeScreen}
options={{headerShown: false}}
/>
<Stack.Screen name="Home" options={{headerShown: false}}>
{() => <HomeScreen showDialog={() => console.log('Show dialog!')} />}
</Stack.Screen>
<Stack.Screen
name="History"
component={HistoryScreen}