We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d571cdf commit ad2466eCopy full SHA for ad2466e
1 file changed
app/index.tsx
@@ -0,0 +1,5 @@
1
+import { Redirect } from 'expo-router';
2
+
3
+export default function Index() {
4
+ return <Redirect href="/(app)" />;
5
+}
0 commit comments