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 90bb817 commit 8381df0Copy full SHA for 8381df0
1 file changed
packages/react-native-gesture-handler/src/v3/components/GestureButtons.tsx
@@ -8,10 +8,10 @@ import type {
8
RectButtonProps,
9
} from './GestureButtonsProps';
10
11
-import type { GestureStateChangeEvent } from '../types';
+import type { GestureEvent } from '../types';
12
import type { NativeViewHandlerData } from '../hooks/gestures/native/useNativeGesture';
13
14
-type CallbackEventType = GestureStateChangeEvent<NativeViewHandlerData>;
+type CallbackEventType = GestureEvent<NativeViewHandlerData>;
15
16
export const RawButton = createNativeWrapper(GestureHandlerButton, {
17
shouldCancelWhenOutside: false,
0 commit comments