Skip to content

Commit cc78f74

Browse files
committed
native detector animated event action type
1 parent 7147ab3 commit cc78f74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-native-gesture-handler/src/ActionType.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export const ActionType = {
44
JS_FUNCTION_OLD_API: 3,
55
JS_FUNCTION_NEW_API: 4,
66
NATIVE_DETECTOR: 5,
7+
NATIVE_DETECTOR_ANIMATED_EVENT: 6,
78
} as const;
89

910
// eslint-disable-next-line @typescript-eslint/no-redeclare -- backward compatibility; it can be used as a type and as a value

0 commit comments

Comments
 (0)