Untitled

 avatar
unknown
plain_text
2 months ago
181 B
2
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