@react-native/codegen 0.89.0-nightly-20260917-76ca12ba5 → 0.89.0-nightly-20260918-d2a6ce5f7

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.
@@ -23,8 +23,8 @@ ${IncludeTemplate({
23
23
  headerPrefix,
24
24
  file: 'ShadowNodes.h'
25
25
  })}
26
+ #include <React/ComponentRegistry.h>
26
27
  #include <react/renderer/core/ConcreteComponentDescriptor.h>
27
- #include <react/renderer/componentregistry/ComponentDescriptorProviderRegistry.h>
28
28
 
29
29
  namespace facebook::react {
30
30
 
@@ -38,8 +38,8 @@ const FileTemplate = ({
38
38
  #pragma once
39
39
 
40
40
  ${IncludeTemplate({headerPrefix, file: 'ShadowNodes.h'})}
41
+ #include <React/ComponentRegistry.h>
41
42
  #include <react/renderer/core/ConcreteComponentDescriptor.h>
42
- #include <react/renderer/componentregistry/ComponentDescriptorProviderRegistry.h>
43
43
 
44
44
  namespace facebook::react {
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/codegen",
3
- "version": "0.89.0-nightly-20260917-76ca12ba5",
3
+ "version": "0.89.0-nightly-20260918-d2a6ce5f7",
4
4
  "description": "Code generation tools for React Native",
5
5
  "license": "MIT",
6
6
  "repository": {