fix: rides layout and accessibility

This commit is contained in:
Sanidhya Kumar Verma
2024-09-04 06:52:11 +00:00
committed by GitHub
parent 20580c58df
commit e9a4e892d9
4 changed files with 13 additions and 4 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import { router } from "expo-router";
import { FlatList, View } from "react-native";
import { CustomButton } from "@/components/custom-button";
import { DriverCard } from "@/components/driver-card";
import { RideLayout } from "@/components/ride-layout";
import { CustomButton } from "@/components/custom-button";
import { router } from "expo-router";
import { useDriverStore } from "@/store";
const ConfirmRide = () => {