import {View, Text, TouchableOpacity, Image} from 'react-native'
import React from 'react'
import images from "@/constants/images";
import icons from "@/constants/icons";
interface Props {
onPress?: () => void
}
export const FeaturedCard = ({onPress} :Props) => {
return (
5
Honda - xyz
Skopje
25.000
)
}
export const Card = ({onPress} :Props) => {
return (
5.0
xyz
Skopje
)
}