refactor: router.replace to router.push and fix typos

This commit is contained in:
Sanidhya Kumar Verma
2024-09-04 10:19:02 +00:00
committed by GitHub
parent eb7e052d75
commit 19f0e71609
9 changed files with 97 additions and 18 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ const FindRide = () => {
<CustomButton
title="Find now"
onPress={() => router.replace("/(root)/confirm-ride")}
onPress={() => router.push("/(root)/confirm-ride")}
className="mt-5"
/>
</RideLayout>