UNPKG

react-native-video-zoom-control

Version:

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

15 lines (14 loc) 387 B
export * from './Loader'; export * from './Error'; export * from './Seekbar'; export * from './Volume'; export * from './Control'; export * from './Back'; export * from './Timer'; export * from './Title'; export * from './Fullscreen'; export * from './NullControl'; export * from './BottomControls'; export * from './TopControls'; export * from './PlayPause'; export * from './Overlay';