Untitled
unknown
plain_text
9 months ago
181 B
4
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