Skip to content

Commit 244d14a

Browse files
committed
Merge remote-tracking branch 'origin/master' into bugfix/4760-Swift-Briding
2 parents c141342 + 0659af9 commit 244d14a

File tree

68 files changed

+423
-280
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+423
-280
lines changed

.buildkite/jobs/pipeline.android_demo_app_rn_78.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,13 +1,14 @@
1-
- label: ":android::react: RN .79 + 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.79.5
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+

.buildkite/jobs/pipeline.android_rn_73.yml

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

.buildkite/jobs/pipeline.android_rn_77.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- "./scripts/ci.android.sh"
55
env:
66
REACT_NATIVE_VERSION: 0.77.2
7+
RCT_NEW_ARCH_ENABLED: 1
78
DETOX_DISABLE_POD_INSTALL: true
89
DETOX_DISABLE_POSTINSTALL: true
910
artifact_paths:

.buildkite/jobs/pipeline.android_rn_79.yml renamed to .buildkite/jobs/pipeline.android_rn_81.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
- label: ":android::detox: RN .79 + Android: Tests app"
1+
- label: ":android::detox: RN .81 + Android: Tests app"
22
command:
33
- "nvm install"
44
- "./scripts/ci.android.sh"
55
env:
6-
REACT_NATIVE_VERSION: 0.79.5
6+
REACT_NATIVE_VERSION: 0.81.4
77
RCT_NEW_ARCH_ENABLED: 1
8-
USE_GOOGLE_ARM64: true
98
DETOX_DISABLE_POD_INSTALL: true
109
DETOX_DISABLE_POSTINSTALL: true
1110
artifact_paths:
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
- label: ":android::detox: RN .78 + 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.78.2
6+
REACT_NATIVE_VERSION: 0.82.0
7+
RCT_NEW_ARCH_ENABLED: 1
78
DETOX_DISABLE_POD_INSTALL: true
89
DETOX_DISABLE_POSTINSTALL: true
910
artifact_paths:
1011
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
1112
- "/Users/builder/uibuilder/work/**/allure-report-*.html"
1213
- "/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_78.yml

Lines changed: 0 additions & 10 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 .79 + 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.79.5
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+

.buildkite/jobs/pipeline.ios_rn_73.yml

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

0 commit comments

Comments
 (0)