react-native-yt-player
Version:
Youtube Player for React Native
2 lines • 737 B
JavaScript
import _objectSpread from"@babel/runtime/helpers/objectSpread";import{StyleSheet}from"react-native";import{VideoSize}from"./Utils";var styles=StyleSheet.create({inline:_objectSpread({zIndex:99,elevation:1,backgroundColor:"#000"},StyleSheet.absoluteFillObject),fullScreen:_objectSpread({},StyleSheet.absoluteFillObject,{marginTop:0,flex:1,zIndex:999,elevation:999,alignContent:"center",justifyContent:"center",backgroundColor:"#000"}),button:{borderColor:"#000",borderWidth:1,margin:5,justifyContent:"center",alignItems:"center",height:30,borderRadius:15},wrapper:{height:VideoSize.inline.height,width:VideoSize.inline.width,zIndex:100,backgroundColor:"#000",overflow:"visible"}});export default styles;
//# sourceMappingURL=styles.js.map