From eea1482a88293e1451c8a8f263cb4d8d240e2a1e Mon Sep 17 00:00:00 2001 From: MinhNN Date: Sat, 1 Nov 2025 00:59:04 +0700 Subject: [PATCH] Update from MinhNN --- app/(tabs)/tripInfo.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/(tabs)/tripInfo.tsx b/app/(tabs)/tripInfo.tsx index bc917d2..08dda5d 100644 --- a/app/(tabs)/tripInfo.tsx +++ b/app/(tabs)/tripInfo.tsx @@ -10,7 +10,7 @@ import { SafeAreaView } from "react-native-safe-area-context"; export default function TripInfoScreen() { return ( - + Thông Tin Chuyến Đi @@ -34,6 +34,10 @@ export default function TripInfoScreen() { } const styles = StyleSheet.create({ + safeArea: { + flex: 1, + paddingBottom: 5, + }, scrollContent: { flexGrow: 1, }, @@ -57,6 +61,7 @@ const styles = StyleSheet.create({ flexDirection: "row", gap: 10, marginTop: 15, + marginBottom: 15, }, titleText: { fontSize: 32,