@react-native/codegen 0.73.0-nightly-20230609-c5e0e2d16 → 0.73.0-nightly-20230612-a300a35f2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -366,7 +366,7 @@ struct Bridging<${enumName}> {
366
366
  ${fromCases}
367
367
  }
368
368
 
369
- static ${toValue} toJs(jsi::Runtime &rt, ${enumName} value, const std::shared_ptr<CallInvoker> &jsInvoker) {
369
+ static ${toValue} toJs(jsi::Runtime &rt, ${enumName} value) {
370
370
  ${toCases}
371
371
  }
372
372
  };`;
@@ -343,7 +343,7 @@ struct Bridging<${enumName}> {
343
343
  ${fromCases}
344
344
  }
345
345
 
346
- static ${toValue} toJs(jsi::Runtime &rt, ${enumName} value, const std::shared_ptr<CallInvoker> &jsInvoker) {
346
+ static ${toValue} toJs(jsi::Runtime &rt, ${enumName} value) {
347
347
  ${toCases}
348
348
  }
349
349
  };`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/codegen",
3
- "version": "0.73.0-nightly-20230609-c5e0e2d16",
3
+ "version": "0.73.0-nightly-20230612-a300a35f2",
4
4
  "description": "Code generation tools for React Native",
5
5
  "license": "MIT",
6
6
  "repository": {