Refactor layout and enhance login screen with input fields and styles

This commit is contained in:
2025-07-27 00:51:50 +02:00
parent f9a8472da1
commit 2133a5bbcb
2 changed files with 148 additions and 13 deletions

View File

@@ -2,5 +2,5 @@ import { Stack } from "expo-router";
import React from "react";
export default function RootLayout() {
return <Stack />;
return <Stack screenOptions={{ headerShown: false }} />;
}