react-native-media-console
Version:
A media player for the react-native-video component
22 lines (18 loc) • 388 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.styles = void 0;
var _reactNative = require("react-native");
const styles = _reactNative.StyleSheet.create({
timer: {
maxWidth: 160
},
timerText: {
backgroundColor: 'transparent',
color: '#FFF',
fontSize: 11
}
});
exports.styles = styles;
//# sourceMappingURL=styles.js.map