react-native-panorama-view
react-native-panorama-view copied to clipboard
Tracking is not working on iOS
Hey,
By setting enableTouchTracking
to true, dragging is not working on iOS.
Changing
if(controlMethod == .both){
to
if(controlMethod == .motion){
will make it work. https://github.com/lightbasenl/react-native-panorama-view/blob/master/ios/CTPanoramaView.swift#L384
Odd, enableTouchTracking={true}
is working for me, and both dragging and gyro movement works. How are you using it?