mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-03 15:24:58 +08:00
Add support for View Manager commands in Fabric
Reviewed By: achen1 Differential Revision: D7879104 fbshipit-source-id: fd89acb3941bb03364d18ddedf68a081aef934a0
This commit is contained in:
committed by
Facebook Github Bot
parent
398f1d8ddd
commit
3ac914478d
@@ -647,7 +647,7 @@ public class UIViewOperationQueue {
|
||||
public void enqueueDispatchCommand(
|
||||
int reactTag,
|
||||
int commandId,
|
||||
ReadableArray commandArgs) {
|
||||
@Nullable ReadableArray commandArgs) {
|
||||
mOperations.add(new DispatchCommandOperation(reactTag, commandId, commandArgs));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user