expo-video
Version:
A cross-platform, performant video component for React Native and Expo with Web support
6 lines • 377 B
JavaScript
export { isPictureInPictureSupported, clearVideoCacheAsync, setVideoCacheSizeAsync, getCurrentVideoCacheSize, } from './VideoModule';
export { VideoView } from './VideoView';
export { useVideoPlayer } from './VideoPlayer';
export { createVideoPlayer } from './VideoPlayer';
export { default as VideoAirPlayButton } from './VideoAirPlayButton';
//# sourceMappingURL=index.js.map