Untitled
unknown
plain_text
a year ago
181 B
6
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