| /** | |
| * KeyStone – Auth Layout | |
| * Wraps all auth screens with a shared gradient background. | |
| */ | |
| import { Stack } from 'expo-router'; | |
| export default function AuthLayout() { | |
| return ( | |
| <Stack screenOptions={{ headerShown: false }} /> | |
| ); | |
| } | |
| /** | |
| * KeyStone – Auth Layout | |
| * Wraps all auth screens with a shared gradient background. | |
| */ | |
| import { Stack } from 'expo-router'; | |
| export default function AuthLayout() { | |
| return ( | |
| <Stack screenOptions={{ headerShown: false }} /> | |
| ); | |
| } | |