We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7147ab3 commit cc78f74Copy full SHA for cc78f74
packages/react-native-gesture-handler/src/ActionType.ts
@@ -4,6 +4,7 @@ export const ActionType = {
4
JS_FUNCTION_OLD_API: 3,
5
JS_FUNCTION_NEW_API: 4,
6
NATIVE_DETECTOR: 5,
7
+ NATIVE_DETECTOR_ANIMATED_EVENT: 6,
8
} as const;
9
10
// eslint-disable-next-line @typescript-eslint/no-redeclare -- backward compatibility; it can be used as a type and as a value
0 commit comments