UNPKG

react-native-media-console

Version:

A media player for the react-native-video component

28 lines (25 loc) 511 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._styles = void 0; var _reactNative = require("react-native"); const _styles = { player: _reactNative.StyleSheet.create({ container: { overflow: 'hidden', backgroundColor: '#000', flex: 1 }, video: { overflow: 'hidden', position: 'absolute', top: 0, right: 0, bottom: 0, left: 0 } }) }; exports._styles = _styles; //# sourceMappingURL=styles.js.map