Skip to content

Commit 14830d7

Browse files
committed
added routing to home screen
1 parent 1612345 commit 14830d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KonditionExpo/app/signup2.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function SignUpStep2() {
5555
return;
5656
}
5757
// Proceed to next screen or API call
58-
router.replace('/(tabs)');
58+
router.replace('/home');
5959
};
6060

6161
return (

0 commit comments

Comments
 (0)