We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e162f commit 5cc85c5Copy full SHA for 5cc85c5
app/splash.tsx
@@ -50,7 +50,7 @@ export default function SplashScreen() {
50
} else if (user) {
51
// Authenticated and onboarded, go to main app
52
console.log('Redirecting to main app');
53
- router.replace('/(tabs)/index' as any);
+ router.replace('/(tabs)/' as any);
54
} else {
55
// Edge case: authenticated but no user data
56
console.log('Authenticated but no user data, redirecting to login');
0 commit comments