receive
  This method dispatches events from RN Android code to JS. The delivery of this event will not be queued in EventDispatcher class.
Parameters
surface
react
tag
event
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
event
name of the event
event
parameters