Skip to content

Commit fe2f9f4

Browse files
committed
List all events
1 parent 309d932 commit fe2f9f4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • packages/react-native-gesture-handler/src/v3/hooks/gestures

packages/react-native-gesture-handler/src/v3/hooks/gestures/index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,22 @@ export type SingleGesture =
136136
| NativeGesture
137137
| PanGesture;
138138

139+
/* eslint-disable @typescript-eslint/no-duplicate-type-constituents */
139140
export type SingleGestureEvent =
140141
| TapGestureEvent
142+
| TapGestureActiveEvent
141143
| FlingGestureEvent
144+
| FlingGestureActiveEvent
142145
| LongPressGestureEvent
146+
| LongPressGestureActiveEvent
143147
| RotationGestureEvent
148+
| RotationGestureActiveEvent
144149
| HoverGestureEvent
145150
| HoverGestureActiveEvent
146151
| ManualGestureEvent
152+
| ManualGestureActiveEvent
147153
| NativeGestureEvent
154+
| NativeGestureActiveEvent
148155
| PanGestureEvent
149156
| PanGestureActiveEvent;
157+
/* eslint-enable @typescript-eslint/no-duplicate-type-constituents */

0 commit comments

Comments
 (0)