terrylinla / react-native-sketch-canvas

A React Native component for drawing by touching on both iOS and Android.
MIT License
692 stars 450 forks source link

iOS - stroke ends prematurely #173

Open victormartingarcia opened 4 years ago

victormartingarcia commented 4 years ago

I'm having a glitch on iOS. As you can see in the video, the strokes are ending prematurely while drawing.

This does not happen in Android. Any ideas on how to fix it? I am pretty sure there are no other gesture callbacks interfering

hamdigatri commented 3 years ago

@victormartingarcia did you find a solution for this ?

victormartingarcia commented 3 years ago

Unfortunately not 👎

hamdigatri commented 3 years ago

@victormartingarcia did you tried other versions ?

hamdigatri commented 3 years ago

@terrylinla/react-native-sketch-canvas : 0.8.0 works for me

creambyemute commented 3 years ago

@Gatreek92 @victormartingarcia Can you try https://github.com/creambyemute/react-native-sketch-canvas instead?

utills commented 3 years ago

tried https://github.com/creambyemute/react-native-sketch-canvas

Still the same React native 63

utills commented 3 years ago

@victormartingarcia

Found any solution ?

victormartingarcia commented 3 years ago

No, the project got cancelled and we haven't followed this

utills commented 3 years ago

@victormartingarcia thanks for the update

utills commented 3 years ago

@creambyemute

Any updates from your side ?

wallaby21 commented 2 years ago

if by any chance you install react-native-gesture-handler > v1.9.0 change it to 1.9.0. It works for me. I don't know, somehow the newer version kinda overlap with this library.

yuanhungl0127 commented 2 years ago

Still facing this issue, and does anyone know how to fix this bug on iOS? Or is there any fork I can switch to?