Add W3CPointerEvent example to RNTester iOS

Summary: Changelog: [Internal] Add W3CPointerEvent example to RNTester iOS

Reviewed By: kacieb

Differential Revision: D35220349

fbshipit-source-id: 240fe78c32a0cb4190fdc1e8395577b5f94b8f07
This commit is contained in:
Vincent Riemer
2022-04-07 14:07:58 -07:00
committed by Facebook GitHub Bot
parent b74e964e70
commit cf2d05c4fe
@@ -229,6 +229,11 @@ const APIs: Array<RNTesterModuleInfo> = [
module: require('../examples/Dimensions/DimensionsExample'),
supportsTVOS: true,
},
{
key: 'W3C PointerEvents',
category: 'Experimental',
module: require('../examples/Experimental/W3CPointerEventsExample').default,
},
{
key: 'LayoutAnimationExample',
module: require('../examples/Layout/LayoutAnimationExample'),