Skip to content

Commit 432dab1

Browse files
authored
Merge pull request ptomasroos#311 from vonovak/patch-1
Button.android.js ripple
2 parents aff8d96 + 4cb419a commit 432dab1

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)