Home
last modified time | relevance | path

Searched refs:useVideoPlayer (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-video/build/
H A Dindex.d.ts2 export { VideoView, useVideoPlayer } from './VideoView';
H A Dindex.js2 export { VideoView, useVideoPlayer } from './VideoView';
H A DVideoView.d.ts3 export declare function useVideoPlayer(source?: string | null): VideoPlayer; function
H A Dindex.js.map1 …t":["import Video from './NativeVideoModule';\n\nexport { VideoView, useVideoPlayer } from './Vide…
H A DVideoView.js4 export function useVideoPlayer(source = null) { function
H A DVideoView.js.map1 …w';\nimport { VideoPlayer } from './VideoPlayer';\n\nexport function useVideoPlayer(source: string…
/expo/packages/expo-video/src/
H A Dindex.ts3 export { VideoView, useVideoPlayer } from './VideoView';
H A DVideoView.tsx7 export function useVideoPlayer(source: string | null = null): VideoPlayer {
/expo/apps/native-component-list/src/screens/Video/
H A DVideoScreen.tsx1 import { VideoView, useVideoPlayer } from '@expo/video';
14 const player = useVideoPlayer(