0
documentationによれば、外部の画像や外部の動画(YouTubeなど)を使用する例はありません。React-VRを使って外部の画像や動画にリンクすることはできますか?
ことが可能であったならば、誰もが知っていた場合、私は
<Video style={{
width: 3.0,
height:2.0,
transform: [{translate: [0, 4, 5]}, {rotateY : 180} ],
}} source={{uri: 'https://www.youtube.com/watch?v=vPCoxAlfFsw'}} />
あなたはここでそれを聞いてお持ち:https://github.com/facebook/ react-vr –
[ReactVRで360 YouTubeの動画にリンクすることはできますか?](http://stackoverflow.com/questions/43576301/is-it-possible-to-link-to-a-360 -youtube-video-with-reactvr) –