Installation
Add Doorman to your React Native app, once you've already deployed from our CLI.
yarn
npm
yarn add react-native-doorman
npm i react-native-doorman
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
yarn add firebase react-native-doorman
Next, you'll need to follow the installation and linking instructions for the following peer dependencies:
Last modified 1yr ago