Skip to content

Commit 33cc38a

Browse files
authored
[docs] Fixed doubleTap example in docs (#2349)
## Description A simple docs example fix
1 parent 4467b88 commit 33cc38a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/api/gestures/tap-gesture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ const singleTap = Gesture.Tap()
8888

8989
const doubleTap = Gesture.Tap()
9090
.maxDuration(250)
91+
.numberOfTaps(2)
9192
.onStart(() => {
9293
Alert.alert('Double tap!');
9394
});

0 commit comments

Comments
 (0)