react-native-tvos 0.81.2-0 → 0.81.4-0
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.
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/React/Base/RCTVersion.m +1 -1
- package/ReactAndroid/gradle.properties +1 -1
- package/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.kt +1 -1
- package/ReactCommon/cxxreact/ReactNativeVersion.h +2 -2
- package/package.json +8 -8
- package/scripts/codegen/generate-artifacts-executor/index.js +0 -5
- package/sdks/hermesc/osx-bin/hermes +0 -0
- package/sdks/hermesc/osx-bin/hermesc +0 -0
- package/sdks/hermesc/win64-bin/hermesc.exe +0 -0
package/React/Base/RCTVersion.m
CHANGED
|
@@ -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
|
|
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 =
|
|
24
|
+
int32_t Patch = 4;
|
|
25
25
|
std::string_view Prerelease = "0";
|
|
26
26
|
} ReactNativeVersion;
|
|
27
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-tvos",
|
|
3
|
-
"version": "0.81.
|
|
3
|
+
"version": "0.81.4-0",
|
|
4
4
|
"description": "A framework for building native apps using React",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -166,12 +166,12 @@
|
|
|
166
166
|
},
|
|
167
167
|
"dependencies": {
|
|
168
168
|
"@jest/create-cache-key-function": "^29.7.0",
|
|
169
|
-
"@react-native/assets-registry": "0.81.
|
|
170
|
-
"@react-native/codegen": "0.81.
|
|
171
|
-
"@react-native/community-cli-plugin": "0.81.
|
|
172
|
-
"@react-native/gradle-plugin": "0.81.
|
|
173
|
-
"@react-native/js-polyfills": "0.81.
|
|
174
|
-
"@react-native/normalize-colors": "0.81.
|
|
169
|
+
"@react-native/assets-registry": "0.81.4",
|
|
170
|
+
"@react-native/codegen": "0.81.4",
|
|
171
|
+
"@react-native/community-cli-plugin": "0.81.4",
|
|
172
|
+
"@react-native/gradle-plugin": "0.81.4",
|
|
173
|
+
"@react-native/js-polyfills": "0.81.4",
|
|
174
|
+
"@react-native/normalize-colors": "0.81.4",
|
|
175
175
|
"abort-controller": "^3.0.0",
|
|
176
176
|
"anser": "^1.4.9",
|
|
177
177
|
"ansi-regex": "^5.0.0",
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"whatwg-fetch": "^3.0.0",
|
|
199
199
|
"ws": "^6.2.3",
|
|
200
200
|
"yargs": "^17.6.2",
|
|
201
|
-
"@react-native-tvos/virtualized-lists": "0.81.
|
|
201
|
+
"@react-native-tvos/virtualized-lists": "0.81.4-0"
|
|
202
202
|
},
|
|
203
203
|
"codegenConfig": {
|
|
204
204
|
"libraries": [
|
|
@@ -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
|