Caption

Typography component for showing a caption.

Usage

import * as React from 'react';
import { Caption } from 'react-native-paper';

const MyComponent = () => (
  <Caption>Caption</Caption>
);

Props

style
Type: any