Refactor layout and enhance login screen with input fields and styles
This commit is contained in:
@@ -2,5 +2,5 @@ import { Stack } from "expo-router";
|
||||
import React from "react";
|
||||
|
||||
export default function RootLayout() {
|
||||
return <Stack />;
|
||||
return <Stack screenOptions={{ headerShown: false }} />;
|
||||
}
|
||||
|
Reference in New Issue
Block a user