/** * Layout for the unauthenticated route group: Welcome → Login. * * Uses a headerless native stack so the screens animate naturally. */ import { Stack } from "expo-router"; import React from "react"; export default function AuthLayout() { return ( ); }