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 56db030 commit 0e5d58eCopy full SHA for 0e5d58e
packages/react-native-gesture-handler/src/web/handlers/GestureHandler.ts
@@ -685,8 +685,9 @@ export default abstract class GestureHandler implements IGestureHandler {
685
}
686
687
if (this.config.hitSlop.bottom !== undefined) {
688
- bottom = width + this.config.hitSlop.bottom;
+ bottom = height + this.config.hitSlop.bottom;
689
690
+
691
if (this.config.hitSlop.width !== undefined) {
692
if (this.config.hitSlop.left !== undefined) {
693
right = left + this.config.hitSlop.width;
0 commit comments