Closed KevinHu2014 closed 8 years ago
I have the same problem, and i do this.
Try it!
render() {
const imageUrl = 'http://blog.dsky.co/wp-content/uploads/2015/09/06-VikingVillage_stereo_thumb.jpg'
const inputType = GoogleVRPanorama.inputType.stereo
return (
<View style={{borderWidth:1}}>
<PanoramaView style={{borderWidth:1,height:500}} inputType={inputType} imageUrl={imageUrl} dimensions={{width:424,height:424}}
onImageLoaded={console.log('success')} />
</View>
);
}
I got an blank screen. Is it possible to provide an example code. Thanks~
below is my code