react-native-video-zoom-control
Version:
A video player overlay for React Native Video that supports pinch-to-zoom and multiple video renditions.
18 lines (17 loc) • 377 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.styles = void 0;
var _reactNative = require("react-native");
const styles = exports.styles = _reactNative.StyleSheet.create({
timer: {
maxWidth: 160
},
timerText: {
backgroundColor: 'transparent',
color: '#FFF',
fontSize: 11
}
});
//# sourceMappingURL=styles.js.map