Skip to content

Instantly share code, notes, and snippets.

@manbod
Created May 4, 2017 07:44
Show Gist options
  • Save manbod/42f41d05247d4d30bbeafab790d96601 to your computer and use it in GitHub Desktop.
Save manbod/42f41d05247d4d30bbeafab790d96601 to your computer and use it in GitHub Desktop.
import {
ViroScene,
Viro360Image,
} from 'react-viro';
var RealEstateTour = React.createClass({
render: function() {
return (
<ViroScene>
<Viro360Image source={require('../img/wework_11th_commons.jpg')} onLoadEnd={this._onLoadEnd} />
</ViroScene>
);
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment