import { ThemedText } from "@/components/themed-text"; import TripCostTable from "@/components/tripInfo/TripCostTable"; import { StyleSheet, View } from "react-native"; import { SafeAreaView } from "react-native-safe-area-context"; export default function TripInfoScreen() { return ( Thông Tin Chuyến Đi ); } const styles = StyleSheet.create({ container: { alignItems: "center", padding: 20, }, });