mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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'),
|
||||
|
||||
Reference in New Issue
Block a user