Skip to content

Commit 86cbf38

Browse files
authored
Merge pull request #4853 from wix/feat/rn_82
Implement RN 82
2 parents c354ecd + ff6bafc commit 86cbf38

File tree

13 files changed

+55
-75
lines changed

13 files changed

+55
-75
lines changed

.buildkite/jobs/pipeline.android_demo_app_rn_81.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
- label: ":android::react: RN .80 + Android: Demo app"
1+
- label: ":android::react: RN .82 + Android: Demo app"
22
command:
33
- "nvm install"
44
- "./scripts/demo-projects.android.sh"
55
env:
6-
REACT_NATIVE_VERSION: 0.80.2
6+
REACT_NATIVE_VERSION: 0.82.0
77
RCT_NEW_ARCH_ENABLED: 1
88
REACT_NATIVE_COMPAT_TEST: true # Only set 'true' in jobs with the latest supported RN
99
DETOX_DISABLE_POD_INSTALL: true
1010
DETOX_DISABLE_POSTINSTALL: true
1111
artifact_paths:
1212
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
1313
- "/Users/builder/uibuilder/work/artifacts*.tar.gz"
14+
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
- label: ":android::detox: RN .80 + Android: Tests app"
1+
- label: ":android::detox: RN .82 + Android: Tests app"
22
command:
33
- "nvm install"
44
- "./scripts/ci.android.sh"
55
env:
6-
REACT_NATIVE_VERSION: 0.80.2
6+
REACT_NATIVE_VERSION: 0.82.0
77
RCT_NEW_ARCH_ENABLED: 1
88
DETOX_DISABLE_POD_INSTALL: true
99
DETOX_DISABLE_POSTINSTALL: true
1010
artifact_paths:
1111
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
1212
- "/Users/builder/uibuilder/work/**/allure-report-*.html"
1313
- "/Users/builder/uibuilder/work/artifacts*.tar.gz"
14+

.buildkite/jobs/pipeline.ios_demo_app_rn_77.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.buildkite/jobs/pipeline.ios_demo_app_rn_80.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
- label: ":ios::react: RN .81 + iOS: Demo app"
1+
- label: ":ios::react: RN .82 + iOS: Demo app"
22
command:
33
- "nvm install"
44
- "./scripts/demo-projects.ios.sh"
55
env:
6-
REACT_NATIVE_VERSION: 0.81.4
6+
REACT_NATIVE_VERSION: 0.82.0
77
RCT_NEW_ARCH_ENABLED: 1
88
REACT_NATIVE_COMPAT_TEST: true # Only set 'true' in jobs with the latest supported RN
99
artifact_paths:
1010
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
1111
- "/Users/builder/uibuilder/work/artifacts*.tar.gz"
12+
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
- label: ":ios::detox: RN .80 + iOS: Tests app"
1+
- label: ":ios::detox: RN .82 + iOS: Tests app"
22
command:
33
- "nvm install"
44
- "./scripts/ci.ios.sh"
55
env:
6-
REACT_NATIVE_VERSION: 0.80.2
6+
REACT_NATIVE_VERSION: 0.82.0
77
RCT_NEW_ARCH_ENABLED: 1
88
artifact_paths:
99
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
1010
- "/Users/builder/uibuilder/work/**/allure-report-*.html"
1111
- "/Users/builder/uibuilder/work/artifacts*.tar.gz"
12+

.buildkite/pipeline_common.sh

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

33
echo "steps:"
44

5-
cat .buildkite/jobs/pipeline.android_demo_app_rn_81.yml
5+
cat .buildkite/jobs/pipeline.android_demo_app_rn_82.yml
66
cat .buildkite/jobs/pipeline.android_rn_77.yml
7-
cat .buildkite/jobs/pipeline.android_rn_80.yml
87
cat .buildkite/jobs/pipeline.android_rn_81.yml
9-
cat .buildkite/jobs/pipeline.ios_demo_app_rn_81.yml
8+
cat .buildkite/jobs/pipeline.android_rn_82.yml
9+
cat .buildkite/jobs/pipeline.ios_demo_app_rn_82.yml
1010
cat .buildkite/jobs/pipeline.ios_rn_77.yml
11-
cat .buildkite/jobs/pipeline.ios_rn_80.yml
1211
cat .buildkite/jobs/pipeline.ios_rn_81.yml
12+
cat .buildkite/jobs/pipeline.ios_rn_82.yml
1313
cat .buildkite/pipeline.post_processing.yml

detox/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"@react-native-community/cli": "20.0.0",
3838
"@react-native-community/cli-platform-android": "20.0.0",
3939
"@react-native-community/cli-platform-ios": "20.0.0",
40-
"@react-native/babel-preset": "0.81.4",
41-
"@react-native/eslint-config": "0.81.4",
42-
"@react-native/metro-config": "0.81.4",
43-
"@react-native/typescript-config": "0.81.4",
40+
"@react-native/babel-preset": "0.82.0",
41+
"@react-native/eslint-config": "0.82.0",
42+
"@react-native/metro-config": "0.82.0",
43+
"@react-native/typescript-config": "0.82.0",
4444
"@tsconfig/react-native": "^3.0.0",
4545
"@types/bunyan": "^1.8.8",
4646
"@types/child-process-promise": "^2.2.1",
@@ -62,7 +62,7 @@
6262
"jest-allure2-reporter": "^2.2.6",
6363
"metro-react-native-babel-preset": "0.76.8",
6464
"prettier": "^3.1.1",
65-
"react-native": "0.81.4",
65+
"react-native": "0.82.0",
6666
"react-native-codegen": "^0.0.8",
6767
"typescript": "^5.8.3",
6868
"wtfnode": "^0.9.1"

detox/test/ios/example.xcodeproj/project.pbxproj

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,14 @@
366366
inputFileListPaths = (
367367
"${PODS_ROOT}/Target Support Files/Pods-example-ci/Pods-example-ci-frameworks-${CONFIGURATION}-input-files.xcfilelist",
368368
);
369+
inputPaths = (
370+
);
369371
name = "[CP] Embed Pods Frameworks";
370372
outputFileListPaths = (
371373
"${PODS_ROOT}/Target Support Files/Pods-example-ci/Pods-example-ci-frameworks-${CONFIGURATION}-output-files.xcfilelist",
372374
);
375+
outputPaths = (
376+
);
373377
runOnlyForDeploymentPostprocessing = 0;
374378
shellPath = /bin/sh;
375379
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example-ci/Pods-example-ci-frameworks.sh\"\n";
@@ -383,10 +387,14 @@
383387
inputFileListPaths = (
384388
"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
385389
);
390+
inputPaths = (
391+
);
386392
name = "[CP] Embed Pods Frameworks";
387393
outputFileListPaths = (
388394
"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
389395
);
396+
outputPaths = (
397+
);
390398
runOnlyForDeploymentPostprocessing = 0;
391399
shellPath = /bin/sh;
392400
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks.sh\"\n";
@@ -438,10 +446,14 @@
438446
inputFileListPaths = (
439447
"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources-${CONFIGURATION}-input-files.xcfilelist",
440448
);
449+
inputPaths = (
450+
);
441451
name = "[CP] Copy Pods Resources";
442452
outputFileListPaths = (
443453
"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources-${CONFIGURATION}-output-files.xcfilelist",
444454
);
455+
outputPaths = (
456+
);
445457
runOnlyForDeploymentPostprocessing = 0;
446458
shellPath = /bin/sh;
447459
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources.sh\"\n";
@@ -455,10 +467,14 @@
455467
inputFileListPaths = (
456468
"${PODS_ROOT}/Target Support Files/Pods-example-ci/Pods-example-ci-resources-${CONFIGURATION}-input-files.xcfilelist",
457469
);
470+
inputPaths = (
471+
);
458472
name = "[CP] Copy Pods Resources";
459473
outputFileListPaths = (
460474
"${PODS_ROOT}/Target Support Files/Pods-example-ci/Pods-example-ci-resources-${CONFIGURATION}-output-files.xcfilelist",
461475
);
476+
outputPaths = (
477+
);
462478
runOnlyForDeploymentPostprocessing = 0;
463479
shellPath = /bin/sh;
464480
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example-ci/Pods-example-ci-resources.sh\"\n";
@@ -709,10 +725,7 @@
709725
"-DFOLLY_CFG_NO_COROUTINES=1",
710726
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
711727
);
712-
OTHER_LDFLAGS = (
713-
"$(inherited)",
714-
" ",
715-
);
728+
OTHER_LDFLAGS = "$(inherited) ";
716729
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
717730
SDKROOT = iphoneos;
718731
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -781,10 +794,7 @@
781794
"-DFOLLY_CFG_NO_COROUTINES=1",
782795
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
783796
);
784-
OTHER_LDFLAGS = (
785-
"$(inherited)",
786-
" ",
787-
);
797+
OTHER_LDFLAGS = "$(inherited) ";
788798
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
789799
SDKROOT = iphoneos;
790800
USE_HERMES = true;

0 commit comments

Comments
 (0)