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.
2 parents aff8d96 + 4cb419a commit 432dab1Copy full SHA for 432dab1
Button.android.js
@@ -6,7 +6,7 @@ const {
6
} = ReactNative;
7
8
const Button = (props) => {
9
- return <TouchableNativeFeedback
+ return <TouchableNativeFeedback delayPressIn={0}
10
background={TouchableNativeFeedback.SelectableBackground()}
11
{...props}
12
>
0 commit comments