Unfortunately it doesn't work, yet. Everytime I touch on the canvas, I get the following error:
"Argument 1 (NSInteger) of UIManager.dispatchViewManagerCommand must not be null".
The localSourceImage doesn't work either, but that's a bridge I'll plan to cross another time.
Okay, I found my mistake. I installed react-native-sketch-canvas before switching to @terrylinla/react-native-sketch-canvas and the old library was still linked.
Hi,
I started to implement the component, trying out the basic example:
Unfortunately it doesn't work, yet. Everytime I touch on the canvas, I get the following error: "Argument 1 (NSInteger) of UIManager.dispatchViewManagerCommand must not be null".
The localSourceImage doesn't work either, but that's a bridge I'll plan to cross another time.