UNPKG

react-native-media-console

Version:

A media player for the react-native-video component

41 lines (37 loc) 708 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styles = void 0; var _reactNative = require("react-native"); const styles = _reactNative.StyleSheet.create({ container: { alignItems: 'center', justifyContent: 'flex-start', flexDirection: 'row', height: 1, marginLeft: 20, marginRight: 20, width: 150 }, track: { backgroundColor: '#333', height: 1, marginLeft: 7 }, fill: { backgroundColor: '#FFF', height: 1 }, handle: { position: 'absolute', marginTop: -24, marginLeft: -24, padding: 16 }, icon: { marginLeft: 7 } }); exports.styles = styles; //# sourceMappingURL=styles.js.map