Card
Example
<Card
style={styles.thumbnailContainer}>
<Image
resizeMode={'cover'}
source={source}
style={styles.thumbnail}/>
</Card>
Props
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| children | node | Yes | Content of Card | |
| disabled | bool | false | Yes | |
| elevation | number | 2 | Yes | Paper effect index |
| onPress | func | Yes | ||
| overrides | shape[object Object] | Yes | ||
| style | custom | Yes | style of card component | |
| theme | Yes |