Commit 1fafb43
authored
## Description
`Hover` gesture events contain wrong pointer type. Normally, we map
`UITouchTypePencil` to `RNGestureHandlerStylus`, but `Hover` used
unmapped `UITouchTypePencil` instead.
Because those enums map to different values (`UITouchTypePencil = 2` &
`RNGestureHandlerStylus = 1`), it caused wrong pointer type to be
returned.
Fixes #3977
## Test plan
Not yet as now I don't have access to iPad 😞
1 parent 1b135f7 commit 1fafb43
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments