sign in page ui implemented
This commit is contained in:
committed by
GitHub
parent
0f18202280
commit
3e4c13d87c
@@ -0,0 +1,11 @@
|
||||
import { Stack } from "expo-router";
|
||||
|
||||
const RootLayout = () => {
|
||||
return (
|
||||
<Stack>
|
||||
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
|
||||
</Stack>
|
||||
);
|
||||
};
|
||||
|
||||
export default RootLayout;
|
||||
|
||||
Reference in New Issue
Block a user