find ride and book ride page ui created
This commit is contained in:
committed by
GitHub
parent
78ba198a1f
commit
0b2a3ee944
@@ -4,6 +4,9 @@ const RootLayout = () => {
|
||||
return (
|
||||
<Stack>
|
||||
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
|
||||
<Stack.Screen name="find-ride" options={{ headerShown: false }} />
|
||||
<Stack.Screen name="confirm-ride" options={{ headerShown: false }} />
|
||||
{/* <Stack.Screen name="book-ride" options={{ headerShown: false }} /> */}
|
||||
</Stack>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user