You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I do a long press after mount, it works fine, but if I tap the image, the next long press triggers an onPress. Any following long presses work fine, but every time I tap the image, it "breaks" the next long press. The alternative action can be anything, even a "console.log()" breaks the next long press.
I'm using the latest version (0.15.10) and React Native 0.63.2 (no Expo).
The text was updated successfully, but these errors were encountered:
I'm having a weird problem with a MenuTrigger that has both onPress and onLongPress actions. This is my MenuTrigger:
If I do a long press after mount, it works fine, but if I tap the image, the next long press triggers an onPress. Any following long presses work fine, but every time I tap the image, it "breaks" the next long press. The alternative action can be anything, even a "console.log()" breaks the next long press.
I'm using the latest version (0.15.10) and React Native 0.63.2 (no Expo).
The text was updated successfully, but these errors were encountered: