react-native 0.81.2 → 0.81.4

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.
@@ -17,6 +17,6 @@ export const version: $ReadOnly<{
17
17
  }> = {
18
18
  major: 0,
19
19
  minor: 81,
20
- patch: 2,
20
+ patch: 4,
21
21
  prerelease: null,
22
22
  };
@@ -23,7 +23,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
23
23
  __rnVersion = @{
24
24
  RCTVersionMajor: @(0),
25
25
  RCTVersionMinor: @(81),
26
- RCTVersionPatch: @(2),
26
+ RCTVersionPatch: @(4),
27
27
  RCTVersionPrerelease: [NSNull null],
28
28
  };
29
29
  });
@@ -1,4 +1,4 @@
1
- VERSION_NAME=0.81.2
1
+ VERSION_NAME=0.81.4
2
2
  react.internal.publishingGroup=com.facebook.react
3
3
 
4
4
  android.useAndroidX=true
@@ -14,7 +14,7 @@ public object ReactNativeVersion {
14
14
  public val VERSION: Map<String, Any?> = mapOf(
15
15
  "major" to 0,
16
16
  "minor" to 81,
17
- "patch" to 2,
17
+ "patch" to 4,
18
18
  "prerelease" to null
19
19
  )
20
20
  }
@@ -14,14 +14,14 @@
14
14
 
15
15
  #define REACT_NATIVE_VERSION_MAJOR 0
16
16
  #define REACT_NATIVE_VERSION_MINOR 81
17
- #define REACT_NATIVE_VERSION_PATCH 2
17
+ #define REACT_NATIVE_VERSION_PATCH 4
18
18
 
19
19
  namespace facebook::react {
20
20
 
21
21
  constexpr struct {
22
22
  int32_t Major = 0;
23
23
  int32_t Minor = 81;
24
- int32_t Patch = 2;
24
+ int32_t Patch = 4;
25
25
  std::string_view Prerelease = "";
26
26
  } ReactNativeVersion;
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native",
3
- "version": "0.81.2",
3
+ "version": "0.81.4",
4
4
  "description": "A framework for building native apps using React",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -162,13 +162,13 @@
162
162
  },
163
163
  "dependencies": {
164
164
  "@jest/create-cache-key-function": "^29.7.0",
165
- "@react-native/assets-registry": "0.81.2",
166
- "@react-native/codegen": "0.81.2",
167
- "@react-native/community-cli-plugin": "0.81.2",
168
- "@react-native/gradle-plugin": "0.81.2",
169
- "@react-native/js-polyfills": "0.81.2",
170
- "@react-native/normalize-colors": "0.81.2",
171
- "@react-native/virtualized-lists": "0.81.2",
165
+ "@react-native/assets-registry": "0.81.4",
166
+ "@react-native/codegen": "0.81.4",
167
+ "@react-native/community-cli-plugin": "0.81.4",
168
+ "@react-native/gradle-plugin": "0.81.4",
169
+ "@react-native/js-polyfills": "0.81.4",
170
+ "@react-native/normalize-colors": "0.81.4",
171
+ "@react-native/virtualized-lists": "0.81.4",
172
172
  "abort-controller": "^3.0.0",
173
173
  "anser": "^1.4.9",
174
174
  "ansi-regex": "^5.0.0",
@@ -99,7 +99,6 @@ function execute(
99
99
 
100
100
  if (codegenEnabledLibraries.length === 0) {
101
101
  codegenLog('No codegen-enabled libraries found.', true);
102
- return;
103
102
  }
104
103
 
105
104
  let platforms =
@@ -114,10 +113,6 @@ function execute(
114
113
  ({name}) => !disabledLibraries.includes(name),
115
114
  );
116
115
 
117
- if (!libraries.length) {
118
- continue;
119
- }
120
-
121
116
  const outputPath = computeOutputPath(
122
117
  projectRoot,
123
118
  baseOutputPath,
Binary file
Binary file
Binary file