react-native 0.75.0-rc.1 → 0.75.0-rc.2
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.java +1 -1
- package/ReactCommon/cxxreact/ReactNativeVersion.h +1 -1
- package/package.json +11 -11
- package/scripts/bundle.js +2 -2
- 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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native",
|
|
3
|
-
"version": "0.75.0-rc.
|
|
3
|
+
"version": "0.75.0-rc.2",
|
|
4
4
|
"description": "A framework for building native apps using React",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -109,16 +109,16 @@
|
|
|
109
109
|
},
|
|
110
110
|
"dependencies": {
|
|
111
111
|
"@jest/create-cache-key-function": "^29.6.3",
|
|
112
|
-
"@react-native-community/cli": "14.0.0-alpha.
|
|
113
|
-
"@react-native-community/cli-platform-android": "14.0.0-alpha.
|
|
114
|
-
"@react-native-community/cli-platform-ios": "14.0.0-alpha.
|
|
115
|
-
"@react-native/assets-registry": "0.75.0-rc.
|
|
116
|
-
"@react-native/codegen": "0.75.0-rc.
|
|
117
|
-
"@react-native/community-cli-plugin": "0.75.0-rc.
|
|
118
|
-
"@react-native/gradle-plugin": "0.75.0-rc.
|
|
119
|
-
"@react-native/js-polyfills": "0.75.0-rc.
|
|
120
|
-
"@react-native/normalize-colors": "0.75.0-rc.
|
|
121
|
-
"@react-native/virtualized-lists": "0.75.0-rc.
|
|
112
|
+
"@react-native-community/cli": "14.0.0-alpha.11",
|
|
113
|
+
"@react-native-community/cli-platform-android": "14.0.0-alpha.11",
|
|
114
|
+
"@react-native-community/cli-platform-ios": "14.0.0-alpha.11",
|
|
115
|
+
"@react-native/assets-registry": "0.75.0-rc.2",
|
|
116
|
+
"@react-native/codegen": "0.75.0-rc.2",
|
|
117
|
+
"@react-native/community-cli-plugin": "0.75.0-rc.2",
|
|
118
|
+
"@react-native/gradle-plugin": "0.75.0-rc.2",
|
|
119
|
+
"@react-native/js-polyfills": "0.75.0-rc.2",
|
|
120
|
+
"@react-native/normalize-colors": "0.75.0-rc.2",
|
|
121
|
+
"@react-native/virtualized-lists": "0.75.0-rc.2",
|
|
122
122
|
"abort-controller": "^3.0.0",
|
|
123
123
|
"anser": "^1.4.9",
|
|
124
124
|
"ansi-regex": "^5.0.0",
|
package/scripts/bundle.js
CHANGED
|
@@ -31,9 +31,9 @@ program
|
|
|
31
31
|
'npx react-native config',
|
|
32
32
|
)
|
|
33
33
|
.option('--load-config <string>', 'JSON project config')
|
|
34
|
-
.action(async function handleAction(
|
|
34
|
+
.action(async function handleAction() {
|
|
35
35
|
let config = null;
|
|
36
|
-
|
|
36
|
+
let options = program.opts();
|
|
37
37
|
if (options.loadConfig != null) {
|
|
38
38
|
config = JSON.parse(
|
|
39
39
|
options.loadConfig.replace(/^\W*'/, '').replace(/'\W*$/, ''),
|
|
Binary file
|
|
Binary file
|
|
Binary file
|