terrylinla / react-native-sketch-canvas

A React Native component for drawing by touching on both iOS and Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS - stroke ends prematurely

victormartingarcia opened this issue · comments

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

@victormartingarcia did you find a solution for this ?

Unfortunately not 👎

@victormartingarcia did you tried other versions ?

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

@victormartingarcia

Found any solution ?

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

@victormartingarcia
thanks for the update

@creambyemute

Any updates from your side ?

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.

commented

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