UNPKG

@zezosoft/zezo-ott-react-native-video-player

Version:

React Native OTT Video Player for Android & iOS. Supports playlists, seasons, auto-next playback, subtitles, theming, analytics, fullscreen mode, and custom controls. 🚀 Powered by ZezoSoft.

5 lines (3 loc) • 135 B
import { createRef } from 'react'; import type { VideoRef } from 'react-native-video'; export const videoRef = createRef<VideoRef>();