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 e7f67a4 commit 6ed89bfCopy full SHA for 6ed89bf
1 file changed
src/gesturehandler.common.ts
@@ -154,6 +154,7 @@ export enum GestureState {
154
}
155
156
export interface GestureStateEventData extends EventData {
157
+ object: Handler<any, any>;
158
data: {
159
state: GestureState;
160
prevState: GestureState;
@@ -166,6 +167,7 @@ export interface GestureStateEventData extends EventData {
166
167
};
168
169
export interface GestureTouchEventData extends EventData {
170
171
172
173
ios?: any; // native View
0 commit comments