Skip to content

Commit 98bbe2d

Browse files
yedidyakclaude
andcommitted
Revert RN 0.84 to 0.84.0, 0.84.1 still under embargo
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 0785d4a commit 98bbe2d

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.buildkite/jobs/pipeline.android_rn_84.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
- label: ":android: Android (RN 0.84.1)"
1+
# TODO(2026-03-13): bump to 0.84.1 once it clears the embargo (released 2026-02-27)
2+
- label: ":android: Android (RN 0.84.0)"
23
env:
34
JAVA_HOME: /opt/openjdk/jdk-17.0.9.jdk/Contents/Home/
4-
REACT_NATIVE_VERSION: 0.84.1
5+
REACT_NATIVE_VERSION: 0.84.0
56
command:
67
- "nvm install"
78
- "./scripts/ci.android.sh"

.buildkite/jobs/pipeline.ios_rn_84.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
- label: ":ios: iOS (RN 0.84.1)"
1+
# TODO(2026-03-13): bump to 0.84.1 once it clears the embargo (released 2026-02-27)
2+
- label: ":ios: iOS (RN 0.84.0)"
23
env:
3-
REACT_NATIVE_VERSION: 0.84.1
4+
REACT_NATIVE_VERSION: 0.84.0
45
command:
56
- "nvm install"
67
- "./scripts/ci.ios.sh"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"pngjs": "^6.0.0",
132132
"prettier": "2.8.8",
133133
"react": "19.2.3",
134-
"react-native": "0.84.1",
134+
"react-native": "0.84.0",
135135
"react-native-builder-bob": "^0.40.13",
136136
"react-native-fast-image": "^8.6.3",
137137
"react-native-gesture-handler": "^2.29.1",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"pngjs": "^6.0.0",
7171
"prettier": "2.8.8",
7272
"react": "19.2.3",
73-
"react-native": "0.84.1",
73+
"react-native": "0.84.0",
7474
"react-native-gesture-handler": "^2.30.0",
7575
"react-native-monorepo-config": "^0.3.0",
7676
"react-native-reanimated": "4.2.2",

0 commit comments

Comments
 (0)