Commit 8556825
authored
Bring back missing fields from events (#3871)
## Description
Some of common attributes were missing from events passed to callback
(only types). This PR brings them back.
## Test plan
1. Check that TS correctly suggests `numberOfPointers` and `pointerType`
2. `yarn ts-check`
3. `yarn lint-js`1 parent f1bd691 commit 8556825
File tree
1 file changed
+1
-1
lines changed- packages/react-native-gesture-handler/src/v3/types
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments