Untitled

Anonymous
plain_text
01/15/2025 1:56 PM
244 B
11
Indexable
// app/index.tsx
import { Redirect } from 'expo-router';

export default function Index() {
  // Redirect to the login screen by default
  return <Redirect href="/login" />;
}
Editor is loading...
Leave a Comment