@react-native/codegen 0.78.0-nightly-20241203-bfc8b3391 → 0.78.0-nightly-20241204-949d229b5

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.
@@ -430,4 +430,5 @@ export type CompleteTypeAnnotation =
430
430
  | NativeModuleFunctionTypeAnnotation
431
431
  | NullableTypeAnnotation<NativeModuleTypeAnnotation>
432
432
  | EventEmitterTypeAnnotation
433
+ | NativeModuleEnumDeclarationWithMembers
433
434
  | UnsafeAnyTypeAnnotation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/codegen",
3
- "version": "0.78.0-nightly-20241203-bfc8b3391",
3
+ "version": "0.78.0-nightly-20241204-949d229b5",
4
4
  "description": "Code generation tools for React Native",
5
5
  "license": "MIT",
6
6
  "repository": {