@8man/react-native-media-console
Version:
A media player for the react-native-video component
37 lines (36 loc) • 658 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.styles = void 0;
var _reactNative = require("react-native");
const styles = exports.styles = _reactNative.StyleSheet.create({
container: {
position: 'absolute',
top: 0,
right: 0,
bottom: 0,
left: 0,
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'center',
zIndex: 99999
},
playContainer: {
width: '35%',
alignItems: 'center'
},
play: {
height: 72,
width: 72
},
rewind: {
height: 60,
width: 60
},
forward: {
height: 60,
width: 60
}
});
//# sourceMappingURL=styles.js.map