UNPKG

expo-video

Version:

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

8 lines (7 loc) 267 B
import { type ConfigPlugin } from 'expo/config-plugins'; type WithExpoVideoOptions = { supportsBackgroundPlayback?: boolean; supportsPictureInPicture?: boolean; }; declare const withExpoVideo: ConfigPlugin<WithExpoVideoOptions>; export default withExpoVideo;