1.0.0 • Published 12 months ago

@jaycd598/react-native-card v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

React Native Card

A project showcasing a custom card component

Installation

To install the Random Color Generator package, use the following command:

npm i @jaycd598/react-native-card

Usage

import Card from '@jaycd598/react-native-card';

<Card 
    imageSource={'https://images.unsplash.com/photo-1438761681033-6461ffad8d80?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80'}
    title='Karen Nicart'
    description='Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
/>
1.0.0

12 months ago