Appearance
SermonPlayerScreen ​
File: apps/mobile/src/screens/SermonPlayerScreen.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 { useEffect, useRef, useState } from 'react'
import { SafeAreaView } from 'react-native-safe-area-context'
import { useAuth } from '@clerk/clerk-expo'
import { useQuery } from '@tanstack/react-query'
import { RouteProp } from '@react-navigation/native'
import { useRoute } from '@react-navigation/native'
import { Audio } from 'expo-av'
import Slider from '@react-native-community/slider'
import { colors, fonts, spacing } from '../theme'
import { SermonsStackParamList } from '../navigation/MainTabs'Where used ​
No dependents found in the dependency graph (may be an entry point or not yet graphed).