UNPKG

react-native-video-zoom-control

Version:

A video player overlay for React Native Video that supports pinch-to-zoom and multiple video renditions.

7 lines (6 loc) 181 B
interface OSSupport { showControls: boolean; onScreenTouch: () => void; } export declare const TVOSSupport: ({ showControls, onScreenTouch }: OSSupport) => null; export {};