expo-video
Version:
A cross-platform, performant video component for React Native and Expo with Web support
25 lines (20 loc) • 662 B
text/typescript
export {
isPictureInPictureSupported,
clearVideoCacheAsync,
setVideoCacheSizeAsync,
getCurrentVideoCacheSize,
} from './VideoModule';
export { VideoView } from './VideoView';
export { useVideoPlayer } from './VideoPlayer';
export type {
VideoContentFit,
VideoViewProps,
SurfaceType,
ButtonOptions,
} from './VideoView.types';
export type { VideoThumbnail } from './VideoThumbnail';
export { createVideoPlayer } from './VideoPlayer';
export { default as VideoAirPlayButton } from './VideoAirPlayButton';
export type * from './VideoPlayer.types';
export type * from './VideoPlayerEvents.types';
export type * from './VideoAirPlayButton.types';