cập nhật animation hiển thị modal, call API edit
This commit is contained in:
@@ -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]} />
|
||||
|
||||
Reference in New Issue
Block a user