import { Stack } from 'expo-router/stack'; import AuthProvider from '../context/AuthProvider'; export default function RootLayout() { return ( ); }