Home
last modified time | relevance | path

Searched refs:VideoProps (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-av/build/
H A DVideo.d.ts4 import { VideoFullscreenUpdateEvent, VideoNativeProps, VideoProps, VideoReadyForDisplayEvent, Video…
5 declare class Video extends React.Component<VideoProps, VideoState> implements Playback {
8 constructor(props: VideoProps);
H A DVideo.types.d.ts80 export type VideoProps = { alias
H A DVideo.js.map1VideoProps,\n VideoReadyForDisplayEvent,\n ResizeMode,\n VideoState,\n} from './Video.types';\n…
H A DVideo.types.js.map1 …the `ref` described in the [AV documentation](./av).\n */\nexport type VideoProps = {\n // Source…
/expo/docs/components/plugins/
H A DVideo.tsx11 type VideoProps = PropsWithChildren<{
19 const Video = ({ controls, spaceAfter, url, file, loop = true }: VideoProps) => {
64 const getInitialMarginBottom = (spaceAfter: VideoProps['spaceAfter']) => {
/expo/packages/expo-av/src/
H A DVideo.types.ts98 export type VideoProps = { alias
H A DVideo.tsx23 VideoProps,
55 class Video extends React.Component<VideoProps, VideoState> implements Playback {
59 constructor(props: VideoProps) {