fix(android): gesture events fix (#9842)

native `recognizer` should be reported as `android` and not `ios`
This commit is contained in:
farfromrefuge
2022-04-01 23:27:58 +02:00
committed by GitHub
parent f88c158b38
commit 2664783dfa

View File

@@ -330,7 +330,7 @@ export class GesturesObserver extends GesturesObserverBase {
object: this.target,
type,
view: this.target,
ios: recognizer,
android: recognizer,
});
}
}