Skip to content

Commit a6ac413

Browse files
committed
added changes for react native navigation VU 8.5.0
1 parent 1068643 commit a6ac413

2 files changed

Lines changed: 3 additions & 68 deletions

File tree

.buildkite/basic/react-native-android-full-pipeline.yml

Lines changed: 2 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -89,30 +89,6 @@ steps:
8989
reactnative: "0.72"
9090
reactnavigation: "false"
9191

92-
- label: ':android: Build react-native-navigation {{matrix}} test fixture APK (Old Arch)'
93-
# skip: true # Skipped pending PLAT-15027
94-
key: "build-react-native-navigation-android-fixture-old-arch"
95-
timeout_in_minutes: 30
96-
agents:
97-
queue: macos-node-22
98-
env:
99-
JAVA_VERSION: "17"
100-
NODE_VERSION: "22"
101-
RN_VERSION: "{{matrix}}"
102-
RCT_NEW_ARCH_ENABLED: "0"
103-
BUILD_ANDROID: "true"
104-
REACT_NATIVE_NAVIGATION: "true"
105-
artifact_paths:
106-
- "test/react-native/features/fixtures/generated/react-native-navigation/old-arch/**/reactnative.apk"
107-
commands:
108-
- "bundle install"
109-
- "node scripts/generate-react-native-fixture.js"
110-
matrix:
111-
- "0.72"
112-
retry:
113-
automatic:
114-
- exit_status: "*"
115-
limit: 1
11692

11793
- label: ':android: Build react-native-navigation {{matrix}} test fixture APK (New Arch)'
11894
# skip: true # Skipped pending PLAT-15027
@@ -137,7 +113,7 @@ steps:
137113
- exit_status: "*"
138114
limit: 1
139115
matrix:
140-
- "0.82"
116+
- "0.78"
141117

142118
#
143119
# End-to-end tests
@@ -244,47 +220,6 @@ steps:
244220
reactnative: "0.72"
245221
reactnavigation: "false"
246222

247-
- label: ":bitbar: :android: react-native-navigation {{matrix}} Android 12 (Old Arch) end-to-end tests"
248-
#skip: true # Skipped pending PLAT-15027
249-
depends_on: "build-react-native-navigation-android-fixture-old-arch"
250-
timeout_in_minutes: 10
251-
plugins:
252-
artifacts#v1.9.0:
253-
download: "test/react-native/features/fixtures/generated/react-native-navigation/old-arch/{{matrix}}/reactnative.apk"
254-
upload: ./test/react-native/maze_output/**/*
255-
docker-compose#v4.12.0:
256-
pull: react-native-maze-runner
257-
run: react-native-maze-runner
258-
service-ports: true
259-
command:
260-
- --app=/app/features/fixtures/generated/react-native-navigation/old-arch/{{matrix}}/reactnative.apk
261-
- --farm=bb
262-
- --device=ANDROID_12
263-
- --appium-version=2.19
264-
- --fail-fast
265-
- --no-tunnel
266-
- --aws-public-ip
267-
- features/react-native-navigation.feature
268-
test-collector#v1.10.2:
269-
files: "reports/TEST-*.xml"
270-
format: "junit"
271-
branch: "^main|next$$"
272-
api-token-env-name: "REACT_NATIVE_BUILDKITE_ANALYTICS_TOKEN"
273-
retry:
274-
manual:
275-
permit_on_passed: true
276-
automatic:
277-
- exit_status: 103 # Appium session failed
278-
limit: 2
279-
env:
280-
RN_VERSION: "{{matrix}}"
281-
RCT_NEW_ARCH_ENABLED: "0"
282-
REACT_NATIVE_NAVIGATION: "true"
283-
concurrency: 25
284-
concurrency_group: "bitbar"
285-
concurrency_method: eager
286-
matrix:
287-
- "0.72"
288223

289224
- label: ":bitbar: :android: react-native-navigation {{matrix}} Android 12 (New Arch) end-to-end tests"
290225
# skip: true # Skipped pending PLAT-15027
@@ -326,4 +261,4 @@ steps:
326261
concurrency_group: "bitbar"
327262
concurrency_method: eager
328263
matrix:
329-
- "0.82"
264+
- "0.78"

scripts/generate-react-native-fixture.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const REACT_NAVIGATION_PEER_DEPENDENCIES = [
123123
]
124124

125125
const REACT_NATIVE_NAVIGATION_PEER_DEPENDENCIES = [
126-
'react-native-navigation@8.7.4' // Issue with 7.42.0
126+
'react-native-navigation@8.5.0' // Issue with 7.42.0
127127
]
128128

129129
// add packages and dependencies for react-native-navigation (wix)

0 commit comments

Comments
 (0)