UNPKG

expo-video

Version:

A cross-platform, performant video component for React Native and Expo with Web support

7 lines 410 B
export { isPictureInPictureSupported, clearVideoCacheAsync, setVideoCacheSizeAsync, getCurrentVideoCacheSize, } from './VideoModule'; export { VideoView } from './VideoView'; export { useVideoPlayer } from './VideoPlayer'; export { VideoThumbnail } from './VideoThumbnail'; export { createVideoPlayer } from './VideoPlayer'; export { VideoPlayer, } from './VideoPlayer.types'; //# sourceMappingURL=index.js.map