@8man/react-native-media-console
Version:
A media player for the react-native-video component
19 lines (18 loc) • 400 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',
fontWeight: '600',
fontSize: 14
}
});
//# sourceMappingURL=styles.js.map