upload 04/08

This commit is contained in:
2025-08-04 10:17:58 +07:00
parent cc29aaabb4
commit 67939d2f54
24 changed files with 1917 additions and 655 deletions

View File

@@ -37,6 +37,7 @@ const ItemProductSave = ({ product }: { product: any }) => {
source={require("../../../assets/images/icon_heart.png")}
style={styles.imgsave}
alt="icon-heart"
resizeMode="contain"
/>
</View>
</TouchableOpacity>
@@ -74,10 +75,10 @@ const ItemProductSave = ({ product }: { product: any }) => {
const styles = StyleSheet.create({
productItem: {
width: winWidth / 2 - 20,
width: winWidth / 2 - 15,
},
productImage: {
width: winWidth / 2 - 20,
width: "100%",
height: 200,
position: "relative",
marginBottom: 5,
@@ -85,6 +86,7 @@ const styles = StyleSheet.create({
borderColor: "#d3d3d3",
backgroundColor: "#fff",
borderRadius: 8,
overflow: "hidden",
},
productImg: {
width: "100%",