Home
last modified time | relevance | path

Searched refs:VideoNativeProps (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-av/build/
H A DVideo.d.ts4 import { VideoFullscreenUpdateEvent, VideoNativeProps, VideoProps, VideoReadyForDisplayEvent, Video…
6 _nativeRef: React.RefObject<React.Component<VideoNativeProps, any, any> & NativeMethods>;
12 setNativeProps(nativeProps: VideoNativeProps): void;
H A DVideo.types.d.ts236 export type VideoNativeProps = { alias
267 export type ExponentVideoComponent = React.ComponentClass<VideoNativeProps>;
H A DVideo.types.js.map1VideoNativeProps = {\n source?: AVPlaybackNativeSource | null;\n resizeMode?: unknown;\n status…
H A DVideo.js.map1VideoNativeProps,\n VideoProps,\n VideoReadyForDisplayEvent,\n ResizeMode,\n VideoState,\n} fr…
/expo/packages/expo-av/src/
H A DVideo.types.ts266 export type VideoNativeProps = { alias
288 export type ExponentVideoComponent = React.ComponentClass<VideoNativeProps>;
H A DVideo.tsx22 VideoNativeProps,
69 setNativeProps(nativeProps: VideoNativeProps) {
331 const nativeProps: VideoNativeProps = {