react-native-video-zoom-control
Version:
A video player overlay for React Native Video that supports pinch-to-zoom and multiple video renditions.
29 lines (28 loc) • 588 B
TypeScript
export declare const styles: {
row: {
flexDirection: "row";
alignItems: "center";
justifyContent: "space-between";
};
column: {
flexDirection: "column";
alignItems: "center";
justifyContent: "space-between";
};
vignette: {
resizeMode: "stretch";
};
control: {
padding: number;
opacity: number;
};
text: {
backgroundColor: string;
color: string;
fontSize: number;
textAlign: "center";
};
seekBarContainer: {
width: string;
};
};