@react-native/codegen 0.75.0-nightly-20240510-1db50a37d → 0.75.0-nightly-20240511-3f17c8b5f

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.
@@ -26,8 +26,6 @@ const FileTemplate = ({libraryName, stateClasses}) =>
26
26
 
27
27
  #ifdef ANDROID
28
28
  #include <folly/dynamic.h>
29
- #include <react/renderer/mapbuffer/MapBuffer.h>
30
- #include <react/renderer/mapbuffer/MapBufferBuilder.h>
31
29
  #endif
32
30
 
33
31
  namespace facebook::react {
@@ -47,9 +45,6 @@ public:
47
45
  folly::dynamic getDynamic() const {
48
46
  return {};
49
47
  };
50
- MapBuffer getMapBuffer() const {
51
- return MapBufferBuilder::EMPTY();
52
- };
53
48
  #endif
54
49
  };
55
50
  `.trim();
@@ -35,8 +35,6 @@ const FileTemplate = ({
35
35
 
36
36
  #ifdef ANDROID
37
37
  #include <folly/dynamic.h>
38
- #include <react/renderer/mapbuffer/MapBuffer.h>
39
- #include <react/renderer/mapbuffer/MapBufferBuilder.h>
40
38
  #endif
41
39
 
42
40
  namespace facebook::react {
@@ -57,9 +55,6 @@ public:
57
55
  folly::dynamic getDynamic() const {
58
56
  return {};
59
57
  };
60
- MapBuffer getMapBuffer() const {
61
- return MapBufferBuilder::EMPTY();
62
- };
63
58
  #endif
64
59
  };
65
60
  `.trim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/codegen",
3
- "version": "0.75.0-nightly-20240510-1db50a37d",
3
+ "version": "0.75.0-nightly-20240511-3f17c8b5f",
4
4
  "description": "Code generation tools for React Native",
5
5
  "license": "MIT",
6
6
  "repository": {