We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1aa68b commit 85c3cffCopy full SHA for 85c3cff
1 file changed
website/core/WebPlayer.js
@@ -12,7 +12,7 @@
12
var React = require('React');
13
var Prism = require('Prism');
14
15
-var WEB_PLAYER_VERSION = '1.1.0';
+var WEB_PLAYER_VERSION = '1.2.4';
16
17
/**
18
* Use the WebPlayer by including a ```ReactNativeWebPlayer``` block in markdown.
@@ -59,7 +59,7 @@ var WebPlayer = React.createClass({
59
style={{marginTop: 4}}
60
width='880'
61
height={this.parseParams(this.props.params).platform === 'android' ? '425' : '420'}
62
- data-src={`//npmcdn.com/react-native-web-player@${WEB_PLAYER_VERSION}/index.html${hash}`}
+ data-src={`//cdn.rawgit.com/dabbott/react-native-web-player/gh-v${WEB_PLAYER_VERSION}/index.html${hash}`}
63
frameBorder='0'
64
/>
65
</div>
0 commit comments