dispatch Command
Dispatches the commandId received by parameter to the view associated with the reactTag. The command will be processed in the UIThread.
Receiving commands as ints is deprecated and will be removed in a future release.
Pre-Fabric, this is only called on the Native Module Thread.
Parameters
react Tag
that identifies the view that will receive this command
command Id
command id
command Args
ReadableArray parameters associated with the command
Dispatches the commandId received by parameter to the view associated with the reactTag. The command will be processed in the UIThread.
Pre-Fabric, this is only called on the Native Module Thread.
Parameters
react Tag
that identifies the view that will receive this command
command Id
command id
command Args
ReadableArray parameters associated with the command