diff --git a/native/navigation/expand-buttons.react.js b/native/navigation/expand-buttons.react.js --- a/native/navigation/expand-buttons.react.js +++ b/native/navigation/expand-buttons.react.js @@ -8,7 +8,7 @@ const iconSize = 12; const buttonSize = 24; -const hitSlopValue = 6; +const hitSlopValue = 10; const padding = (buttonSize - iconSize) / 2; const hitSlop = {