Skip to content

Commit df3c3b7

Browse files
committed
follow conventions
1 parent 432dab1 commit df3c3b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Button.android.js

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

88
const Button = (props) => {
9-
return <TouchableNativeFeedback delayPressIn={0}
9+
return <TouchableNativeFeedback
10+
delayPressIn={0}
1011
background={TouchableNativeFeedback.SelectableBackground()}
1112
{...props}
1213
>

0 commit comments

Comments
 (0)