是否可以使用React-VR链接到外部图像/视频?

时间:2017-05-02 23:20:07

标签: youtube webvr react-360

根据documentation,似乎没有使用外部图片或外部视频(例如来自YouTube)的任何示例。

我想知道是否有人知道是否可能(像这样)

<Video style={{
        width: 3.0,
        height:2.0,
        transform: [{translate: [0, 4, 5]},  {rotateY : 180} ],
        }} source={{uri: 'https://www.youtube.com/watch?v=vPCoxAlfFsw'}} />

1 个答案:

答案 0 :(得分:0)

反应vr主页中的MediaPlayerState