Title

Typography component for showing a title.

Usage

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

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

Props

style
Type: any