Initial commit: expo-popcore project
This commit is contained in:
5
app/index.tsx
Normal file
5
app/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Redirect } from 'expo-router';
|
||||
|
||||
export default function Index() {
|
||||
return <Redirect href="/home" />;
|
||||
}
|
||||
Reference in New Issue
Block a user