Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Button.android.js
this will make the ripple effect visible even on short tap
  • Loading branch information
vonovak authored Jun 14, 2016
commit 4cb419abc9e2725f58734d2b00a9bf52f610ecf7
2 changes: 1 addition & 1 deletion Button.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const {
} = ReactNative;

const Button = (props) => {
return <TouchableNativeFeedback
return <TouchableNativeFeedback delayPressIn={0}
background={TouchableNativeFeedback.SelectableBackground()}
{...props}
>
Expand Down