Nikolaj Schlüter Nielsen

Results 6 comments of Nikolaj Schlüter Nielsen

I have the same problem. Any solutions?

@samtgarson you can use `Gesture.Race` ``` const tapGesture = Gesture.Tap().onEnd((event) => { // your single tab code }) const doubleTab = Gesture.Tap().numberOfTaps(2).onEnd(() => { // your double tab code })...

I have the same problem. For me, `Gesture.Simultaneous` works as `Gesture.Exclusive` **Env** Expo go (SDK 45.0.0) **Versions** react-native-gesture-handler: `~2.2.1` react-native: `0.68.1` react: `17.0.2`,

Naaa, this should work

Havn't tried it, but as I see it's a problem relatated to the js runtime, so it should be reproducable on the emulator as well.