UNPKG

react-native-video-zoom-control

Version:

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

41 lines (40 loc) 817 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styles = void 0; var _reactNative = require("react-native"); const styles = exports.styles = _reactNative.StyleSheet.create({ row: { flexDirection: "row", alignItems: "center", justifyContent: "space-between" }, column: { flexDirection: "column", alignItems: "center", justifyContent: "space-between" }, vignette: { resizeMode: "stretch" }, control: { padding: 16, opacity: 0.6 }, text: { backgroundColor: "transparent", color: "#FFF", fontSize: 14, textAlign: "center" }, seekBarContainer: { width: "100%" }, bottomRightControls: { display: "flex", flexDirection: "row", alignItems: "center" } }); //# sourceMappingURL=styles.js.map