Skip to content

Commit 103ec81

Browse files
authored
Merge pull request #4759 from wix/update-react-native-0.72.2
Update react native 0.77.2
2 parents 735ad4b + d6702a2 commit 103ec81

18 files changed

+73
-39
lines changed

.buildkite/jobs/pipeline.android_demo_app_rn_76.yml renamed to .buildkite/jobs/pipeline.android_demo_app_rn_77.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
- label: ":android::react: RN .76 + Android: Demo app"
1+
- label: ":android::react: RN .77 + Android: Demo app"
22
command:
33
- "nvm install"
44
- "./scripts/demo-projects.android.sh"
55
env:
6-
REACT_NATIVE_VERSION: 0.76.3
6+
REACT_NATIVE_VERSION: 0.77.2
77
REACT_NATIVE_COMPAT_TEST: true # Only set 'true' in jobs with the latest supported RN
88
DETOX_DISABLE_POD_INSTALL: true
99
DETOX_DISABLE_POSTINSTALL: true
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- label: ":android::detox: RN .77 + Android: Tests app"
2+
command:
3+
- "nvm install"
4+
- "./scripts/ci.android.sh"
5+
env:
6+
REACT_NATIVE_VERSION: 0.77.2
7+
DETOX_DISABLE_POD_INSTALL: true
8+
DETOX_DISABLE_POSTINSTALL: true
9+
artifact_paths:
10+
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
11+
- "/Users/builder/uibuilder/work/**/allure-report-*.html"
12+
- "/Users/builder/uibuilder/work/artifacts*.tar.gz"

.buildkite/jobs/pipeline.android_rn_76_old_arch.yml renamed to .buildkite/jobs/pipeline.android_rn_77_old_arch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
- label: ":android::detox: (Old Arch) RN .76 + Android: Tests app"
1+
- label: ":android::detox: (Old Arch) RN .77 + Android: Tests app"
22
command:
33
- "nvm install"
44
- "./scripts/ci.android.sh"
55
env:
6-
REACT_NATIVE_VERSION: 0.75.4
6+
REACT_NATIVE_VERSION: 0.77.2
77
DETOX_DISABLE_POD_INSTALL: true
88
DETOX_DISABLE_POSTINSTALL: true
99
ENABLE_NEW_ARCH: false

.buildkite/jobs/pipeline.ios_demo_app_rn_76_new_arch.yml renamed to .buildkite/jobs/pipeline.ios_demo_app_rn_77.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
- label: ":ios::react: RN .76 + iOS: Demo app"
1+
- label: ":ios::react: RN .77 + iOS: Demo app"
22
command:
33
- "nvm install"
44
- "./scripts/demo-projects.ios.sh"
55
env:
6-
REACT_NATIVE_VERSION: 0.76.3
6+
REACT_NATIVE_VERSION: 0.77.2
77
RCT_NEW_ARCH_ENABLED: 1
88
artifact_paths:
99
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"

.buildkite/jobs/pipeline.ios_rn_76.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
- label: ":ios::detox: (Old Arch) RN .76 + iOS: Tests app"
1+
- label: ":ios::detox: RN .76 + iOS: Tests app"
22
command:
33
- "nvm install"
44
- "./scripts/ci.ios.sh"
55
env:
66
REACT_NATIVE_VERSION: 0.76.3
7-
RCT_NEW_ARCH_ENABLED: 0
7+
RCT_NEW_ARCH_ENABLED: 1
88
artifact_paths:
99
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
1010
- "/Users/builder/uibuilder/work/**/allure-report-*.html"

.buildkite/jobs/pipeline.ios_rn_76_new_arch.yml renamed to .buildkite/jobs/pipeline.ios_rn_77.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
- label: ":ios::detox: RN .76 + iOS: Tests app"
1+
- label: ":ios::detox: RN .77 + iOS: Tests app"
22
command:
33
- "nvm install"
44
- "./scripts/ci.ios.sh"
55
env:
6-
REACT_NATIVE_VERSION: 0.76.3
6+
REACT_NATIVE_VERSION: 0.77.2
77
RCT_NEW_ARCH_ENABLED: 1
88
artifact_paths:
99
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- label: ":ios::detox: (Old Arch) RN .77 + iOS: Tests app"
2+
command:
3+
- "nvm install"
4+
- "./scripts/ci.ios.sh"
5+
env:
6+
REACT_NATIVE_VERSION: 0.77.2
7+
RCT_NEW_ARCH_ENABLED: 0
8+
artifact_paths:
9+
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
10+
- "/Users/builder/uibuilder/work/**/allure-report-*.html"
11+
- "/Users/builder/uibuilder/work/artifacts*.tar.gz"

.buildkite/pipeline_common.sh

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
echo "steps:"
44

5-
cat .buildkite/jobs/pipeline.ios_rn_76_new_arch.yml
6-
cat .buildkite/jobs/pipeline.ios_rn_76.yml
7-
cat .buildkite/jobs/pipeline.ios_rn_73.yml
8-
cat .buildkite/jobs/pipeline.ios_demo_app_rn_76_new_arch.yml
9-
cat .buildkite/jobs/pipeline.android_rn_76.yml
10-
cat .buildkite/jobs/pipeline.android_rn_76_old_arch.yml
5+
cat .buildkite/jobs/pipeline.android_demo_app_rn_77.yml
116
cat .buildkite/jobs/pipeline.android_rn_73.yml
12-
cat .buildkite/jobs/pipeline.android_demo_app_rn_76.yml
7+
cat .buildkite/jobs/pipeline.android_rn_76.yml
8+
cat .buildkite/jobs/pipeline.android_rn_77.yml
9+
cat .buildkite/jobs/pipeline.android_rn_77_old_arch.yml
10+
cat .buildkite/jobs/pipeline.ios_demo_app_rn_77.yml
11+
cat .buildkite/jobs/pipeline.ios_rn_73.yml
12+
cat .buildkite/jobs/pipeline.ios_rn_76.yml
13+
cat .buildkite/jobs/pipeline.ios_rn_77.yml
14+
cat .buildkite/jobs/pipeline.ios_rn_77_old_arch.yml
1315
cat .buildkite/pipeline.post_processing.yml

detox/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33

44
ext {
55
isOfficialDetoxLib = true
6-
kotlinVersion = '1.9.24'
6+
kotlinVersion = '2.0.21'
77
dokkaVersion = '1.9.10'
88
buildToolsVersion = '35.0.0'
99
compileSdkVersion = 35

detox/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"@react-native-community/cli": "15.0.1",
3838
"@react-native-community/cli-platform-android": "15.0.1",
3939
"@react-native-community/cli-platform-ios": "15.0.1",
40-
"@react-native/babel-preset": "0.76.3",
41-
"@react-native/eslint-config": "0.76.3",
42-
"@react-native/metro-config": "0.76.3",
43-
"@react-native/typescript-config": "0.76.3",
40+
"@react-native/babel-preset": "0.77.2",
41+
"@react-native/eslint-config": "0.77.2",
42+
"@react-native/metro-config": "0.77.2",
43+
"@react-native/typescript-config": "0.77.2",
4444
"@tsconfig/react-native": "^3.0.0",
4545
"@types/bunyan": "^1.8.8",
4646
"@types/child-process-promise": "^2.2.1",
4747
"@types/fs-extra": "^11.0.4",
48-
"@types/jest": "^29.0.0",
48+
"@types/jest": "^29.5.13",
4949
"@types/node": "^14.18.33",
5050
"@types/node-ipc": "^9.2.0",
5151
"@types/ws": "^7.4.0",
@@ -62,7 +62,7 @@
6262
"jest-allure2-reporter": "^2.0.0-beta.18",
6363
"metro-react-native-babel-preset": "0.76.8",
6464
"prettier": "^3.1.1",
65-
"react-native": "0.76.3",
65+
"react-native": "0.77.2",
6666
"react-native-codegen": "^0.0.8",
6767
"typescript": "~5.3.3",
6868
"wtfnode": "^0.9.1"

0 commit comments

Comments
 (0)