Skip to content

Commit

Permalink
[docs] Fixed doubleTap example in docs (#2349)
Browse files Browse the repository at this point in the history
## Description
A simple docs example fix
  • Loading branch information
robwalkerco authored Dec 19, 2022
1 parent 4467b88 commit 33cc38a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/api/gestures/tap-gesture.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const singleTap = Gesture.Tap()

const doubleTap = Gesture.Tap()
.maxDuration(250)
.numberOfTaps(2)
.onStart(() => {
Alert.alert('Double tap!');
});
Expand Down

0 comments on commit 33cc38a

Please sign in to comment.