H1
The headline text component from Doorman.
The H1
component used by the Doorman screens corresponds to the title
. The name is inspired by HTML's h1
.
In the screenshot below, H1
is rendered with Enter Code
.
Usage
Props
Takes any props that React Native's Text
component accepts.
centered
If true, text is aligned to the center.
Last updated