RCTEventEmitter

Deprecated

Use [RCTModernEventEmitter] instead

Paper JS interface to emit events from native to JS.

Deprecated in favor of RCTModernEventEmitter, which works with both the old and new renderer.

Inheritors

Functions

Link copied to clipboard
abstract fun receiveEvent(targetTag: Int, eventName: String, params: WritableMap?)
Link copied to clipboard
abstract fun receiveTouches(eventName: String, touches: WritableArray, changedIndices: WritableArray)

Receive and process touches