Hi @terrylinla and thank you for your great plugin!
Reading the gesture-responder-system docs here we should be able to attach to the responder system, but the callbacks are never getting called.
I'm expecting this because SketchCanvas in the end implements GestureResponderHandlers interface, but I'm not able to make it work
I'm running the latest version of this lib (0.8.0) over RN 0.63.3.
The problem exists for both iOS and Android platforms.
Try putting a SketchCanvas component alone with another sister view in a component.
Responder system works well for the sister view, but not for the SketchCanvas.
Hi @terrylinla and thank you for your great plugin!
Reading the gesture-responder-system docs here we should be able to attach to the responder system, but the callbacks are never getting called. I'm expecting this because SketchCanvas in the end implements GestureResponderHandlers interface, but I'm not able to make it work
I'm running the latest version of this lib (0.8.0) over RN 0.63.3. The problem exists for both iOS and Android platforms.
Try putting a SketchCanvas component alone with another sister view in a component. Responder system works well for the sister view, but not for the SketchCanvas.