this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ts type

Hailey 8ee59d31 df167182

+2 -1
+2 -1
src/BlueskyVideo.types.ts
··· 3 3 export type BlueskyVideoViewProps = { 4 4 url: string 5 5 autoplay: boolean 6 + beginMuted: boolean 7 + 6 8 onActiveChange?: (e: NativeSyntheticEvent<{isActive: boolean}>) => void 7 - 8 9 onLoadingChange?: (e: NativeSyntheticEvent<{isLoading: boolean}>) => void 9 10 onMutedChange?: (e: NativeSyntheticEvent<{isMuted: boolean}>) => void 10 11 onPlayerPress?: () => void