Target Branch
0.81
Link to commit or PR to be picked
facebook/react-native@58bd51e
Description
I'd be great to get this one in 0.81
Summary:
Changelog: [IOS][FIXED] - Raised the maximum number of pointers tracked at the same time to 17
The current pool of pointer ids that can be used at the same time has the size of 11, while the maximum supported by some of the devices is 17 - https://developer.apple.com/forums/thread/17606.
To reproduce this problem use the iPad pro and place more than 11 pointers on the screen - the app becomes unresponsive due to an infinite loop.
Differential Revision: D85345975