mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-20 21:42:29 +00:00
de2a66c694
Move the touch identifier normalization into the ResponderEvent creation. This ensures that the identifier is consistent throughout. If application code reads an identifier from a touch object it can be used to find that touch in the `touchBank` array. Fix #1716