CardCover
A component to show a cover image inside a Card.
Usage
import * as React from 'react';
import { Card, CardCover } from 'react-native-paper';
const MyComponent = () => (
<Card>
<CardCover source={{ uri: 'https://picsum.photos/700' }} />
</Card>
);
Props
style
Type:
any
...Image props