react-native-media-console
Version:
A media player for the react-native-video component
31 lines (27 loc) • 570 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.styles = void 0;
var _reactNative = require("react-native");
const styles = _reactNative.StyleSheet.create({
container: {
backgroundColor: 'rgba( 0, 0, 0, 0.5 )',
position: 'absolute',
top: 0,
right: 0,
bottom: 0,
left: 0,
justifyContent: 'center',
alignItems: 'center'
},
icon: {
marginBottom: 16
},
text: {
backgroundColor: 'transparent',
color: '#f27474'
}
});
exports.styles = styles;
//# sourceMappingURL=styles.js.map