我只需要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}
/>