Commit a2f2d1d
authored
Increase maximum number of tracked pointers (#3915)
## Description
Gesture Handler has a limit of maximum tracked pointers that currently
is set to 12. This PR increases this value to 17 (found empirically to
be the limit on `iOS`).
## Test plan
1. Unfortunately I don't have 17 fingers but trust me (and @jp) bro
2. Build example app on both platforms1 parent c54d604 commit a2f2d1d
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- packages/react-native-gesture-handler
- android/src/main/java/com/swmansion/gesturehandler/core
- apple
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1014 | 1014 | | |
1015 | 1015 | | |
1016 | 1016 | | |
1017 | | - | |
| 1017 | + | |
1018 | 1018 | | |
1019 | 1019 | | |
1020 | 1020 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments