refactor: router.replace to router.push and fix typos
This commit is contained in:
committed by
GitHub
parent
eb7e052d75
commit
19f0e71609
@@ -235,7 +235,7 @@ const SignUp = () => {
|
||||
|
||||
<CustomButton
|
||||
title="Browse Home"
|
||||
onPress={() => router.replace("/(root)/(tabs)/home")}
|
||||
onPress={() => router.push("/(root)/(tabs)/home")}
|
||||
className="mt-5"
|
||||
/>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user