Installation

Add Doorman to your React Native app, once you've already deployed from our CLI.

Install react-native-doorman

yarn add react-native-doorman

Install peer dependencies

For Expo apps

If you're using an expo managed project, all you need to do is this:

expo install expo-linear-gradient firebase react-native-reanimated react-native-gesture-handler react-native-paper react-native-elements

All set. 🥳 Continue to the Quick Example page.

If you aren't using Expo

yarn add firebase react-native-doorman

Next, you'll need to follow the installation and linking instructions for the following peer dependencies:

Last updated