alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
815 stars 434 forks source link

Touching with 3 fingers leads to an error "Cannot record touch end without a touch start" #51

Open aravinda0 opened 7 years ago

aravinda0 commented 7 years ago

Pinching and zooming works, but when I touch with 3 fingers, I get the error: "Cannot record touch end without a touch start".

I'm on Andriod 6.0.1 on a Oneplus 2 device, if it matters.

maluramichael commented 6 years ago

Which react-native Version did you use?

gregoriohc commented 6 years ago

This a react-native core related issue. See here: https://github.com/facebook/react-native/issues/15059