react-native-video-zoom-control
Version:
A video player overlay for React Native Video that supports pinch-to-zoom and multiple video renditions.
20 lines (19 loc) • 407 B
TypeScript
export declare const styles: {
container: {
position: "absolute";
top: number;
right: number;
bottom: number;
left: number;
flexDirection: "row";
alignItems: "center";
justifyContent: "center";
zIndex: number;
};
playContainer: {
width: string;
alignItems: "center";
};
play: {};
rewind: {};
};