Interface | Description |
---|---|
RCTEventEmitter |
Class | Description |
---|---|
ContentSizeChangeEvent |
Event dispatched when total width or height of a view's children changes
|
Event<T extends Event> |
A UI event that can be dispatched to JS.
|
EventDispatcher |
Class responsible for dispatching UI events to JS.
|
NativeGestureUtil |
Utilities for native Views that interpret native gestures (e.g.
|
TouchEvent |
An event representing the start, end or movement of a touch.
|
TouchEventCoalescingKeyHelper |
Utility for determining coalescing keys for TouchEvents.
|
Enum | Description |
---|---|
TouchEventType |
Touch event types that JS module RCTEventEmitter can understand
|