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