Skip to content

Commit 3eaab0d

Browse files
authored
Fix Taps/Clicks Being Eaten in 0.63 (#6701)
* Fix Taps/Clicks Being Eaten in 0.63 Fixes #5867 Original PR in core: facebook/react-native#30374 This has been requested by enough folks to make sense to backport to 0.63. The upstream PR has stayed in FB master for a few weeks, and will be cherry-picked into 0.64 upstream, so this change only exists in 0.63. * Change files
1 parent ecde452 commit 3eaab0d

File tree

6 files changed

+1619
-1
lines changed

6 files changed

+1619
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "patch",
3+
"comment": "Fix Taps/Clicks Being Eaten in 0.63",
4+
"packageName": "@office-iss/react-native-win32",
5+
"email": "ngerlem@microsoft.com",
6+
"dependentChangeType": "patch",
7+
"date": "2020-12-07T21:16:43.143Z"
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "patch",
3+
"comment": "Fix Clicks/Taps Being Eaten",
4+
"packageName": "react-native-windows",
5+
"email": "ngerlem@microsoft.com",
6+
"dependentChangeType": "patch",
7+
"date": "2020-12-07T21:16:55.561Z"
8+
}

packages/react-native-win32/overrides.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@
138138
"baseHash": "59dabb86baedb0088e110f8cdeb914fa3271dfd9",
139139
"issue": "LEGACY_FIXME"
140140
},
141+
{
142+
"type": "platform",
143+
"file": "src/Libraries/Components/ScrollResponder.win32.js"
144+
},
141145
{
142146
"type": "copy",
143147
"file": "src/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.js",

0 commit comments

Comments
 (0)