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