Skip to content

Commit

Permalink
Prevent Clicks/Taps From TextInput to Touchables in ScrollView From B…
Browse files Browse the repository at this point in the history
…eing Eaten

See microsoft#5867

This backports the upstream change made in facebook/react-native#29798 to older versions of react-native Windows. Not going to bother to add the patching to the master branch, since we will pull in the fix automatically before 0.64.

Validates the issue no longer repros after the change in the multicolumn flatlist example.
  • Loading branch information
NickGerleman committed Sep 1, 2020
1 parent f200edb commit a9b57a9
Show file tree
Hide file tree
Showing 2 changed files with 780 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vnext/overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,14 @@
"baseHash": "59dabb86baedb0088e110f8cdeb914fa3271dfd9",
"issue": "LEGACY_FIXME"
},
{
"type": "patch",
"file": "src/Libraries/Components/ScrollResponder.windows.js",
"baseFile": "Libraries/Components/ScrollResponder.js",
"baseVersion": "0.63.2",
"baseHash": "993c00a97a8cad9b565780cbe4fc9d00a89516d0",
"issue": "LEGACY_FIXME"
},
{
"type": "derived",
"file": "src/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.windows.js",
Expand Down
Loading

0 comments on commit a9b57a9

Please sign in to comment.