mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-10 05:00:03 +00:00
4a9bea27a8
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
23 lines
470 B
JSON
23 lines
470 B
JSON
{
|
|
"private": true,
|
|
"name": "react-native-web-examples",
|
|
"version": "0.18.6",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"babel-plugin-react-native-web": "0.18.6",
|
|
"next": "^12.2.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-native-web": "0.18.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.6",
|
|
"@babel/preset-flow": "^7.18.6"
|
|
},
|
|
"license": "MIT"
|
|
}
|