如何在(React-Native)iOS上实现Panorama URL Image Viewer

时间:2019-01-30 11:55:19

标签: ios react-native react-native-ios 360-panorama-viewer

我只需要iOS上的PanoramaView,并且PanoramaView图像来自url。现在我正在使用react-native GVR。我还实现了react-native-360,但是没有任何解决方案。 请提前帮助谢谢。

<PanoramaView 
style={{height :200, width:'100%'}}
imageUrl={image_url}
displayMode={'embedded'}
enableFullscreenButton
enableCardboardButton
enableTouchTracking
hidesTransitionView
enableInfoButton={false}              

/>

0 个答案:

没有答案