UNPKG

react-native-video-zoom-control

Version:

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

30 lines (29 loc) 619 B
export declare const styles: { container: { alignItems: "center"; justifyContent: "flex-start"; flexDirection: "row"; height: number; marginLeft: number; marginRight: number; width: number; }; track: { backgroundColor: string; height: number; marginLeft: number; }; fill: { backgroundColor: string; height: number; }; handle: { position: "absolute"; marginTop: number; marginLeft: number; padding: number; }; icon: { marginLeft: number; }; };