Skip to content

Commit

Permalink
Fix Taps/Clicks Being Eaten in 0.63 (#6701)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
NickGerleman authored Dec 9, 2020
1 parent ecde452 commit 3eaab0d
Show file tree
Hide file tree
Showing 6 changed files with 1,619 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "Fix Taps/Clicks Being Eaten in 0.63",
"packageName": "@office-iss/react-native-win32",
"email": "ngerlem@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-12-07T21:16:43.143Z"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "Fix Clicks/Taps Being Eaten",
"packageName": "react-native-windows",
"email": "ngerlem@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-12-07T21:16:55.561Z"
}
4 changes: 4 additions & 0 deletions packages/react-native-win32/overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@
"baseHash": "59dabb86baedb0088e110f8cdeb914fa3271dfd9",
"issue": "LEGACY_FIXME"
},
{
"type": "platform",
"file": "src/Libraries/Components/ScrollResponder.win32.js"
},
{
"type": "copy",
"file": "src/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.js",
Expand Down
Loading

0 comments on commit 3eaab0d

Please sign in to comment.