Skip to content

Commit 4cb419a

Browse files
authored
Update Button.android.js
this will make the ripple effect visible even on short tap
1 parent f8a78cb commit 4cb419a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Button.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const {
66
} = ReactNative;
77

88
const Button = (props) => {
9-
return <TouchableNativeFeedback
9+
return <TouchableNativeFeedback delayPressIn={0}
1010
background={TouchableNativeFeedback.SelectableBackground()}
1111
{...props}
1212
>

0 commit comments

Comments
 (0)