onResponderRelease on View is called one time when releasing two fingers or more at exactly the same time. #48416
Labels
API: Easing
Issue: Author Provided Repro
This issue can be reproduced in Snack or an attached project.
Description
Code:
Actions:
Result:
onResponderRelease is called one time with touches legnth 1 and changed touches lenght 1.
Expected:
onResponderRelease is called two times. The first time with touches length 1 and changed touches length 1. The second time with touches length 0 and changed touches length 1.
OR
onResponderRelease is called 1 time. The first time with touches length 0 and changed touches length 2.
Steps to reproduce
React Native Version
0.76.5
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/mohamed-amine-haine/responder-release-bug
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: