receive Event
This method dispatches events from RN Android code to JS. The delivery of this event will not be queued in EventDispatcher class.
Parameters
surface Id
react Tag
tag
event Name
name of the event
event
parameters
Deprecated
Replace with
receiveEvent(surfaceId, reactTag, eventName, event)
Content copied to clipboard
This method dispatches events from RN Android code to JS. The delivery of this event will not be queued in EventDispatcher class.
Parameters
react Tag
tag
event Name
name of the event
event
parameters