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