0

According to the documentation, there doesn't seem to be any examples of using external images or external videos (i.e. from YouTube).

I was wondering if anyone knew if it was possible (like this)

<Video style={{
        width: 3.0,
        height:2.0,
        transform: [{translate: [0, 4, 5]},  {rotateY : 180} ],
        }} source={{uri: 'https://www.youtube.com/watch?v=vPCoxAlfFsw'}} />
H. Pauwelyn
  • 13,575
  • 26
  • 81
  • 144
Yoni Binstock
  • 241
  • 4
  • 19
  • Have you ask it here: https://github.com/facebook/react-vr – H. Pauwelyn May 07 '17 at 11:48
  • 1
    Possible duplicate of [Is it possible to link to a 360 YouTube video with ReactVR?](http://stackoverflow.com/questions/43576301/is-it-possible-to-link-to-a-360-youtube-video-with-reactvr) – H. Pauwelyn May 07 '17 at 11:49

1 Answers1

0

MediaPlayerState in react vr home page