import React from 'react'
} from 'react-native-doorman'
import { Button } from 'react-native'
const { uid, signOut } = useDoormanUser()
style={{ marginTop: 100, alignItems: 'center' }}
background={() => <ScreenBackground color={['green', 'orange']} />}
<H1 centered style={{ color: 'white' }}>Welcome to Doorman.</H1>
<Paragraph style={{ color: 'white' }}>
Sign out below, if {`you'd`} like. Your user id is {uid}.
<Button title="Sign Out" color="white" onPress={signOut} />