cập nhật animation hiển thị modal, call API edit

This commit is contained in:
2025-12-22 22:47:08 +07:00
parent 67e9fc22a3
commit afc6acbfe2
16 changed files with 530 additions and 216 deletions

View File

@@ -80,7 +80,7 @@ export default function TripCard({
return (
<View style={[styles.card, themedStyles.card]}>
<TouchableOpacity onPress={onPress} activeOpacity={0.7}>
<View>
{/* Header */}
<View style={styles.header}>
<View style={styles.headerLeft}>
@@ -142,7 +142,7 @@ export default function TripCard({
</Text>
</View>
</View>
</TouchableOpacity>
</View>
{/* Action Buttons */}
<View style={[styles.divider, themedStyles.divider]} />