Back to React Native Paper

CardCover

docs/public/1.0/card-cover.html

5.15.1440 B
Original Source

CardCover

A component to show a cover image inside a Card.

Usage

js
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

theme Type: Theme

...Image props