Skip to content

Commit

Permalink
Fix Taps/Clicks Being Eaten in 0.63
Browse files Browse the repository at this point in the history
Fixes microsoft#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.
  • Loading branch information
NickGerleman committed Dec 7, 2020
1 parent 566d81d commit 20b77c5
Show file tree
Hide file tree
Showing 4 changed files with 1,603 additions and 1 deletion.
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 20b77c5

Please sign in to comment.