Subheading
Typography component for showing a subheading.
Usage
import * as React from 'react';
import { Subheading } from 'react-native-paper';
const MyComponent = () => (
<Subheading>Subheading</Subheading>
);
Props
style
Type:
any
Typography component for showing a subheading.
import * as React from 'react';
import { Subheading } from 'react-native-paper';
const MyComponent = () => (
<Subheading>Subheading</Subheading>
);
style
any