UNPKG

expo-video

Version:

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

4 lines (2 loc) 144 B
import { WithExpoVideoOptions as Props } from './withExpoVideo'; export default (props: Props = {}): [string, Props] => ['expo-video', props];