Rody Molenaar
Rody Molenaar
Hi @rupi9191, it looks like react-native-360 doesn't support loading remote panorama images from the readme. We've been using our own implementation after reviewing this one, which I just published publically:...
The changes to be made are outlined here: https://github.com/react-native-community/react-native-maps/pull/3125/files I might be able to get to it next week, but no promises. Eventually we would need to update this package...
Have you followed the troubleshooting guide for iOS in the readme?
Thanks @mimmobordini that's indeed how you should go about adding controls to the scene. The demo gif is from the parent library used on iOS. Because we do not have...
This is currently not supported, since we didn't have a business requirement for it. We're using the built-in image loader from React Native on iOS and a custom one for...
Alright! Just @ping me when you're done so that I can review it :)
Could you try using 1.0.0-canary.1 and see if this issue is still happening for you?
Have you tried setting `enableTouchTracking` to false?
We do not currently plan on building this feature in the near future. But feel free to contribute :)
On iOS this behaviour depends on the native library used: https://github.com/scihant/CTPanoramaView The vertical touch behaviour is already available on Android.