Back to React Native Paper

Title

docs/public/1.0/title.html

5.15.1272 B
Original Source

Title

Typography component for showing a title.

Usage

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

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

Props

style Type: any