feat:
This commit is contained in:
@@ -65,10 +65,8 @@ export const WeightRecordCard: React.FC<WeightRecordCardProps> = ({
|
||||
rightThreshold={40}
|
||||
overshootRight={false}
|
||||
>
|
||||
<TouchableOpacity
|
||||
<View
|
||||
style={styles.recordCard}
|
||||
onPress={() => onPress?.(record)}
|
||||
activeOpacity={0.7}
|
||||
>
|
||||
<View style={styles.recordHeader}>
|
||||
<Text style={styles.recordDateTime}>
|
||||
@@ -103,7 +101,7 @@ export const WeightRecordCard: React.FC<WeightRecordCardProps> = ({
|
||||
</View>
|
||||
)}
|
||||
</View>
|
||||
</TouchableOpacity>
|
||||
</View>
|
||||
</Swipeable>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user