react-native 0.83.0-nightly-20251103-a034841fd → 0.83.0-rc.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 +1 -1
- package/package.json +9 -9
- package/sdks/.hermesversion +1 -0
- package/sdks/hermes-engine/version.properties +2 -2
|
@@ -29,7 +29,7 @@ export default class ReactNativeVersion {
|
|
|
29
29
|
static major: number = 0;
|
|
30
30
|
static minor: number = 83;
|
|
31
31
|
static patch: number = 0;
|
|
32
|
-
static prerelease: string | null = '
|
|
32
|
+
static prerelease: string | null = 'rc.0';
|
|
33
33
|
|
|
34
34
|
static getVersionString(): string {
|
|
35
35
|
return `${this.major}.${this.minor}.${this.patch}${this.prerelease != null ? `-${this.prerelease}` : ''}`;
|
package/React/Base/RCTVersion.m
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native",
|
|
3
|
-
"version": "0.83.0-
|
|
3
|
+
"version": "0.83.0-rc.0",
|
|
4
4
|
"description": "A framework for building native apps using React",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -159,13 +159,13 @@
|
|
|
159
159
|
},
|
|
160
160
|
"dependencies": {
|
|
161
161
|
"@jest/create-cache-key-function": "^29.7.0",
|
|
162
|
-
"@react-native/assets-registry": "0.83.0-
|
|
163
|
-
"@react-native/codegen": "0.83.0-
|
|
164
|
-
"@react-native/community-cli-plugin": "0.83.0-
|
|
165
|
-
"@react-native/gradle-plugin": "0.83.0-
|
|
166
|
-
"@react-native/js-polyfills": "0.83.0-
|
|
167
|
-
"@react-native/normalize-colors": "0.83.0-
|
|
168
|
-
"@react-native/virtualized-lists": "0.83.0-
|
|
162
|
+
"@react-native/assets-registry": "0.83.0-rc.0",
|
|
163
|
+
"@react-native/codegen": "0.83.0-rc.0",
|
|
164
|
+
"@react-native/community-cli-plugin": "0.83.0-rc.0",
|
|
165
|
+
"@react-native/gradle-plugin": "0.83.0-rc.0",
|
|
166
|
+
"@react-native/js-polyfills": "0.83.0-rc.0",
|
|
167
|
+
"@react-native/normalize-colors": "0.83.0-rc.0",
|
|
168
|
+
"@react-native/virtualized-lists": "0.83.0-rc.0",
|
|
169
169
|
"abort-controller": "^3.0.0",
|
|
170
170
|
"anser": "^1.4.9",
|
|
171
171
|
"ansi-regex": "^5.0.0",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"commander": "^12.0.0",
|
|
176
176
|
"flow-enums-runtime": "^0.0.6",
|
|
177
177
|
"glob": "^7.1.1",
|
|
178
|
-
"hermes-compiler": "0.14.0
|
|
178
|
+
"hermes-compiler": "0.14.0",
|
|
179
179
|
"invariant": "^2.2.4",
|
|
180
180
|
"jest-environment-node": "^29.7.0",
|
|
181
181
|
"memoize-one": "^5.0.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
hermes-v0.14.0
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
HERMES_VERSION_NAME=0.14.0
|
|
2
|
-
HERMES_V1_VERSION_NAME=250829098.0.
|
|
1
|
+
HERMES_VERSION_NAME=0.14.0
|
|
2
|
+
HERMES_V1_VERSION_NAME=250829098.0.2
|