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 1612345 commit 14830d7Copy full SHA for 14830d7
1 file changed
KonditionExpo/app/signup2.tsx
@@ -55,7 +55,7 @@ export default function SignUpStep2() {
55
return;
56
}
57
// Proceed to next screen or API call
58
- router.replace('/(tabs)');
+ router.replace('/home');
59
};
60
61
return (
0 commit comments