Appearance
SignInScreen ​
File: apps/mobile/src/screens/SignInScreen.tsx
Auto-generated by
scripts/generate-ui-docs.ts. Do not edit — overwritten on each run.
Props ​
| Prop | Type | Required |
|---|---|---|
label | string | yes |
onPress | () => void | yes |
loading | boolean | yes |
background | string | yes |
textColor | string | yes |
borderColor | string |
Imports and uses ​
ts
import { useState } from 'react'
import { createURL } from 'expo-linking'
import { useOAuth } from '@clerk/clerk-expo'
import { OAuthStrategy } from '@clerk/types'
import { colors, fonts } from '../theme'Where used ​
No dependents found in the dependency graph (may be an entry point or not yet graphed).