You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release/h5-beta-gate-evidence.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ Commands refreshed on May 5, 2026 on the local `next` branch. The native release
36
36
| Docs verification |`npm run docs:build`| Passed: markdown, JS/TS fence, and public TS/TSX example validation |
37
37
| RN CLI example source |`npm run example:rn-cli:typecheck`| Passed: non-Expo app source and local package aliases type-check |
38
38
| Native release dry-run |`npm run native:release:dry-run`| Passed: prints Expo prebuild, Android Gradle release, CocoaPods, and iOS xcodebuild commands |
39
-
| iOS release build |`npm run native:release:ios`; native workflow run `25442347176`| Passed locally outside the sandbox; green CI workflow artifact recorded |
40
-
| Android release build |`npm run native:release:android`; native workflow run `25442347176`| Passed locally outside the sandbox; green CI workflow artifact recorded |
39
+
| iOS release build |`npm run native:release:ios`; native workflow run `25443812256`| Passed locally outside the sandbox; green CI workflow artifact recorded |
40
+
| Android release build |`npm run native:release:android`; native workflow run `25443812256`| Passed locally outside the sandbox; green CI workflow artifact recorded |
41
41
| Package build |`npm run build`| Passed |
42
42
| Package pack dry-run |`npm run pack:check`| Passed: release package manifest validates root, core, SVG renderer, React Native, Skia renderer, and Pro package names and dry-run publish files; Skia and Pro are pack-checked but not Developer Preview-published |
Copy file name to clipboardExpand all lines: docs/release/known-issues.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ These are allowed only as explicit Developer Preview caveats. Anything in this f
6
6
7
7
Android and iOS release-build checks are configured in `.github/workflows/native-release.yml` and can be run locally with `npm run native:release:android` and `npm run native:release:ios`. The Expo showcase also verifies web screenshots and can run on device through Expo Go or Expo dev targets.
8
8
9
-
The iOS and Android release builds passed locally on May 5, 2026. Android used OpenJDK 17 plus the Homebrew Android command-line tools SDK (`/opt/homebrew/share/android-commandlinetools`) and completed `assembleRelease`. The release script now fails before prebuild when either Java or the Android SDK is missing. On May 6, 2026, the native release workflow passed on `next` for commit `20bf904c59709f8c1540203ba5daa3878c4560d0`, with archived iOS and Android artifacts recorded in [native-release-workflow.json](evidence/native-release-workflow.json). The workflow remains documented in [native-workflow-runbook.md](native-workflow-runbook.md) for future RC reruns.
9
+
The iOS and Android release builds passed locally on May 5, 2026. Android used OpenJDK 17 plus the Homebrew Android command-line tools SDK (`/opt/homebrew/share/android-commandlinetools`) and completed `assembleRelease`. The release script now fails before prebuild when either Java or the Android SDK is missing. On May 6, 2026, the native release workflow passed on `next` for commit `b3db5c3fe188264c6d3beb85e0de77e3b383468b`, with archived iOS and Android artifacts recorded in [native-release-workflow.json](evidence/native-release-workflow.json). The workflow remains documented in [native-workflow-runbook.md](native-workflow-runbook.md) for future RC reruns.
10
10
11
11
Impact: native release-build workflow evidence is no longer the blocker, but production users should still wait for runtime, accessibility, performance, and Skia evidence before treating v2 as stable.
- Gradle warned that the daemon would stop after running out of JVM metaspace; the release build still completed successfully.
64
64
65
-
The GitHub `Native Release Checks` workflow configures Java and runs on an Android-capable hosted runner. On May 6, 2026, run `25442347176` passed both iOS and Android release-build jobs for commit `20bf904c59709f8c1540203ba5daa3878c4560d0`.
65
+
The GitHub `Native Release Checks` workflow configures Java and runs on an Android-capable hosted runner. On May 6, 2026, run `25443812256` passed both iOS and Android release-build jobs for commit `b3db5c3fe188264c6d3beb85e0de77e3b383468b`.
0 commit comments