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) • 399 B
TypeScript
export declare const styles: {
container: {
backgroundColor: string;
position: "absolute";
top: number;
right: number;
bottom: number;
left: number;
justifyContent: "center";
alignItems: "center";
};
icon: {
marginBottom: number;
};
text: {
backgroundColor: string;
color: string;
};
};