Untitled
// app/index.tsx import { Redirect } from 'expo-router'; export default function Index() { // Redirect to the login screen by default return <Redirect href="/login" />; }
Leave a Comment
// app/index.tsx import { Redirect } from 'expo-router'; export default function Index() { // Redirect to the login screen by default return <Redirect href="/login" />; }