mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
9c4c2f58ea
Now that #1169 is fixed, the only thing this is used for is to determine whether `onTouchTap` causes touch listeners to be added. The only internal uses of TapEventPlugin are where touch events are already initialized (so this doesn't make a difference) and we don't support `onTouchTap` as part of the public API so this should be safe.