We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doubleTap
1 parent 4467b88 commit 33cc38aCopy full SHA for 33cc38a
docs/docs/api/gestures/tap-gesture.md
@@ -88,6 +88,7 @@ const singleTap = Gesture.Tap()
88
89
const doubleTap = Gesture.Tap()
90
.maxDuration(250)
91
+ .numberOfTaps(2)
92
.onStart(() => {
93
Alert.alert('Double tap!');
94
});
0 commit comments