@react-native/codegen
Advanced tools
Comparing version
@@ -59,3 +59,3 @@ /** | ||
@Override | ||
public void receiveCommand(T view, String commandName, @Nullable ReadableArray args) { | ||
public void receiveCommand(T view, String commandName, ReadableArray args) { | ||
switch (commandName) { | ||
@@ -62,0 +62,0 @@ ${commandCases} |
{ | ||
"name": "@react-native/codegen", | ||
"version": "0.81.0-nightly-20250607-c7cc12556", | ||
"version": "0.81.0-nightly-20250608-198c6fc81", | ||
"description": "Code generation tools for React Native", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
1085304
0