🚪
🚪
🚪
🚪
Doorman
Sign In
Home
Search…
🚪
🚪
🚪
🚪
Doorman
Welcome to Doorman 👋
🥂Getting Started
Setup
Installation
Free Test Numbers
🤖Example Code
Quick Example
Example Apps & Repositories
React Navigation Example
📱Auth Components
🦁
withPhoneAuth
🔥
AuthFlow
Common Screen Props
UI Components
Page
ScreenBackground
Header
Input
H1
Paragraph
👓Concepts
Accessing the current user
Add user to the database
Signing out
🍬Wrappers
AuthGate
DoormanProvider
🐠React Hooks
useDoormanUser
useMaybeDoormanUser
useAuthGate
useAuthFlowState
📕Resources
Deploying to the App Store
Web Support
Custom Auth Flow
Build your UI from scratch
doorman reference
Powered By
GitBook
Paragraph
The subtitle text component from Doorman. Works as a drop-in replacement for React Native's Text component.
1
import
{
Paragraph
}
from
'react-native-doorman'
Copied!
The second line of text here uses the Paragraph component.
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.
Previous
H1
Next - 👓Concepts
Accessing the current user
Last modified
2yr ago
Copy link
Contents
Example
Props