UNPKG

react-native-video-zoom-control

Version:

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

14 lines 288 B
import { useTVEventHandler } from 'react-native'; export const TVOSSupport = _ref => { let { showControls, onScreenTouch } = _ref; useTVEventHandler(() => { if (!showControls) { onScreenTouch(); } }); return null; }; //# sourceMappingURL=TVOSSupport.js.map