Skip to content

Commit 20d4ece

Browse files
fix: downgrade React version to 19.2.3 and update React Native Harness to 1.1.0 in CI documentation
1 parent 568be58 commit 20d4ece

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/CI_DOCUMENTATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ All workflows use standardized tooling versions to ensure consistency:
2121
| **Node.js** | `24` | `.nvmrc` |
2222
| **Yarn** | `4.12.0` | `package.json#packageManager` |
2323
| **React Native** | `0.84.1` | `package.json` |
24-
| **React** | `19.2.14` | `package.json` |
24+
| **React** | `19.2.3` | `package.json` |
2525
| **TypeScript** | `5.9.3` | `package.json` |
2626

2727
### Android Tooling
@@ -55,7 +55,7 @@ All workflows use standardized tooling versions to ensure consistency:
5555

5656
| Tool | Version | Defined In |
5757
| ------------------------ | --------------------- | ----------------------- |
58-
| **React Native Harness** | `1.0.0-alpha.21` | `package.json` |
58+
| **React Native Harness** | `1.1.0` | `package.json` |
5959
| **Android Emulator** | Pixel_API_35 (API 35) | `rn-harness.config.mjs` |
6060
| **iOS Simulator** | iPhone 17 (iOS 26.2) | `rn-harness.config.mjs` |
6161

0 commit comments

Comments
 (0)