mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
[Website] Load React Native Web Player from MaxCDN.
This commit is contained in:
@@ -57,7 +57,7 @@ var WebPlayer = React.createClass({
|
||||
style={{marginTop: 4}}
|
||||
width='880'
|
||||
height={this.parseParams(this.props.params).platform === 'android' ? '425' : '420'}
|
||||
data-src={`//npmcdn.com/react-native-web-player@1.0.0/index.html${hash}`}
|
||||
data-src={`//cdn.rawgit.com/dabbott/react-native-web-player/gh-v1.2.4/index.html${hash}`}
|
||||
frameBorder='0'
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user