Appearance
HomeScreen ​
File: apps/mobile/src/screens/HomeScreen.tsx
Auto-generated by
scripts/generate-ui-docs.ts. Do not edit — overwritten on each run.
Props ​
| Prop | Type | Required |
|---|---|---|
title | string | yes |
onSeeAll | () => void | |
children | React.ReactNode | yes |
Imports and uses ​
ts
import { Pressable, ScrollView, Text, View } from 'react-native'
import { SafeAreaView } from 'react-native-safe-area-context'
import { useUser } from '@clerk/clerk-expo'
import { useQuery } from '@tanstack/react-query'
import { colors, fonts, spacing } from '../theme'
import { useApiClient } from '../hooks/useApiClient'Where used ​
No dependents found in the dependency graph (may be an entry point or not yet graphed).