var videoStyle = { width: '100%', height: '100%', backgroundColor: '#000' }; var WatchPage = React.createClass({ propTypes: { name: React.PropTypes.string, }, render: function() { return (
); } });