Commit c4064f9
authored
## Description
On `iOS`, `enableTrackpadTwoFingerGesture` was read in
`RNPanGestureHandler`'s `updateConfig:` without checking whether the key
is present in the config, and `allowedScrollTypesMask` was only ever set
when the value was truthy. This PR changes it to match other props
behavior.
## Test plan
Checked that basic-example builds correctly
1 parent ef120cd commit c4064f9
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
412 | | - | |
413 | | - | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| |||
0 commit comments