Replies: 2 comments 3 replies
-
I see there is a pointerType prop on the At this point, I cannot get the |
Beta Was this translation helpful? Give feedback.
0 replies
-
We solely rely on Gesture handler for this kind of information the information needs to be available from react-native-gesture-handler unfortunately. This is something we should try to bump. I'm surprise this wasn't a use-case outside Skia. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hola hola,
Previously, to determine if a touch was a pencil, I could update this file and add something like
nextTouch.isPencil = [touch type] == UITouchTypePencil;
With the new 'structure' I see we're using
GestureResponderEvent
(i.e.,const onTouchStart = (touch: GestureResponderEvent)
).I've been digging into the releases/PRs/node_modules/google to find a lead on where I could replicate a similar 'patch' but no luck so far.
I'll comment as/if I uncover more.
tyty
Beta Was this translation helpful? Give feedback.
All reactions