Examples

See how easy it is to add Doorman to an Expo app.

To get started with your own app, sign up and see the docs.

Basic Example

The hello world of Doorman + Expo phone auth. The best part? It's ready for production.

With Splash Screen

Add Doorman's phone auth flow, and include a custom splash screen before users sign in.

With React Navigation v4

By default, Doorman implements its own "stack". However, if you're using React Navigation, this example shows you how to take more ownership of your auth flow by making your own stack.

Add Authenticated User To Database

Most apps want to collect information from users after they authenticate, like a name, profile picture, etc, before letting users start using the app.