Paragraph

The subtitle text component from Doorman. Works as a drop-in replacement for React Native's Text component.

import { Paragraph } from 'react-native-doorman'

Example

See the H1 example to see how to use Paragraph.

Props

Takes any props that React Native's Text component accepts.

  • centered If true, text is aligned to the center.

Last updated