Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. render: function() {
  2. return (
  3. <ViroScene>
  4. <Viro360Image source={require('./res/dark_theatre.jpg')} />
  5. <ViroVideo source={videos[this.state.videoIndex]}
  6. position={[0, 3.9, -45]} scale={[44, 22, 1]}
  7. loop={true} paused={this.state.videoPaused} />
  8. {this._renderVideoControl()}
  9. </ViroScene>
  10. );
  11. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement