UNPKG

react-native-video-zoom-control

Version:

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

3 lines (2 loc) 141 B
import type { VideoAnimations } from '../types'; export declare const useJSAnimations: (controlAnimationTiming?: number) => VideoAnimations;