Files
react-native-web/packages/react-native-web-examples
yuxizhe 4a9bea27a8 [fix] Pressable prevent longpress contextmenu on Windows
Long-press with a touch on a Pressable does not suppress the contextmenu
on Windows. On iOS and Android, the contextmenu is triggered while the
pointer is down, after a certain length of time. However, on Windows,
the contextmenu is displayed after pointerup (with the same timestamp as
pointerup), whether triggered by a mouse right-click or a touch
long-press.

Fix #2296
Close #2316
2022-07-19 13:26:58 -07:00
..
2022-07-02 12:01:06 -07:00
2022-07-02 12:01:06 -07:00

React Native for Web examples

Next.js pages and React Native components. Provides interactive examples for the documentation website.