mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add experimental disclaimers to pointer event APIs
Summary: Changelog: [Internal] - Add experimental disclaimers to pointer event APIs Reviewed By: lunaleaps, p-sun Differential Revision: D35682318 fbshipit-source-id: e85a37a2eb9568df636352e170bd42a3bb30a2f6
This commit is contained in:
committed by
Facebook GitHub Bot
parent
7d4f6840f6
commit
a40747e2d8
@@ -50,6 +50,8 @@ const bubblingEventTypes = {
|
||||
bubbled: 'onTouchMove',
|
||||
},
|
||||
},
|
||||
|
||||
// Experimental/Work in Progress Pointer Events (not yet ready for use)
|
||||
topPointerCancel: {
|
||||
phasedRegistrationNames: {
|
||||
captured: 'onPointerCancelCapture',
|
||||
|
||||
Reference in New Issue
Block a user