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 f8a78cb commit 4cb419aCopy full SHA for 4cb419a
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