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:
Vincent Riemer
2022-04-18 15:47:55 -07:00
committed by Facebook GitHub Bot
parent 7d4f6840f6
commit a40747e2d8
4 changed files with 5 additions and 2 deletions
@@ -50,6 +50,8 @@ const bubblingEventTypes = {
bubbled: 'onTouchMove',
},
},
// Experimental/Work in Progress Pointer Events (not yet ready for use)
topPointerCancel: {
phasedRegistrationNames: {
captured: 'onPointerCancelCapture',