Commit fb98bcd
authored
[iOS] Fix manual activation crash (#3890)
## Description
In #3855 we've introduced `fromReset` argument for `handleGesture`.
However, `ManualActivationRecognizer` does not have such signature. This
PR removes it from selector as `fromReset` is not passed anyway.
## Test plan
Check that on `Pressable` example app no longer crashes when clicking on
**press retention** area.1 parent 6dddda8 commit fb98bcd
File tree
1 file changed
+1
-1
lines changed- packages/react-native-gesture-handler/apple
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments