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 eb27d4a commit 136c610Copy full SHA for 136c610
1 file changed
src/components/Button/Button.tsx
@@ -185,6 +185,7 @@ const Button = (
185
accessibilityLabel,
186
accessibilityHint,
187
accessibilityRole = 'button',
188
+ hitSlop,
189
onPress,
190
onPressIn,
191
onPressOut,
@@ -358,6 +359,7 @@ const Button = (
358
359
accessibilityRole={accessibilityRole}
360
accessibilityState={{ disabled }}
361
accessible={accessible}
362
+ hitSlop={hitSlop}
363
disabled={disabled}
364
rippleColor={rippleColor}
365
style={getButtonTouchableRippleStyle(touchableStyle, borderWidth)}
0 commit comments