Skip to content

Commit

Permalink
Merge pull request #4 from baukevanderlaan/master
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Aug 4, 2019
2 parents 86c217c + 1b3e62f commit d3dfba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ npm install --save react-repeatable
<Repeatable
repeatDelay={500}
repeatInterval={32}
onPress{(event) => {
onPress={(event) => {
// Callback fired when the mousedown or touchstart event is triggered.
}}
onHoldStart={() => {
Expand Down

0 comments on commit d3dfba4

Please sign in to comment.