HotOfferCard
Import
import HotOfferCard from './src/components/HotOfferCard/HotOfferCard';
Usage
<HotOfferCard
OnPress={()=>navigation.navigate('ScreenName')},
Image={require('../../Assets/PNG/image.png')},
OfferText={'Offer Text'},
OfferSubText={'Offer Sub Text'},
/>
Props
The HotOfferCard component accepts the following props:
OnPress: as like navigation.
Image: as like as image URL.
OfferText: Render the custom offer text.
OfferSubText: Render the custom offer sub text.
Last updated