Appearance
MoreScreen ​
File: apps/mobile/src/screens/MoreScreen.tsx
Auto-generated by
scripts/generate-ui-docs.ts. Do not edit — overwritten on each run.
Props ​
No exported Props interface detected (component may accept no props, or uses inline types).
Imports and uses ​
ts
import { Pressable, ScrollView, Text, View } from 'react-native'
import { SafeAreaView } from 'react-native-safe-area-context'
import { useQuery } from '@tanstack/react-query'
import { useNavigation } from '@react-navigation/native'
import { StackNavigationProp } from '@react-navigation/stack'
import { useApiClient } from '../hooks/useApiClient'
import { colors, fonts, spacing } from '../theme'
import { MoreStackParamList } from '../navigation/MoreStack'Where used ​
No dependents found in the dependency graph (may be an entry point or not yet graphed).