docs(react-native): add 2.0.0-alpha and 1.14.0 release notes#2528
Merged
Conversation
- 2.0.0-alpha (2026-05-15): first alpha on the New Architecture (TurboModules + Fabric + bridgeless). hms 2.0.0-alpha.1, room-kit 2.0.0-alpha.0, video-plugin 2.0.0-alpha.0. Opt-in via @Alpha tag; latest stays on 1.x. - 1.14.0 (2026-05-07): backfill entry for the Phase 0 Interop Layer release that shipped as hms 1.12.2 but never got its own docs entry.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ha notes Adds a brief contextual section between the install snippet and 'What's new' clarifying: - 1.14.0 used RN's Interop Layer (shim — old-arch internals translated) - 2.0.0-alpha uses native new-arch implementation (no shim) - Why a consumer might pick 2.0.0-alpha (perf benefits + library compat)
ygit
previously approved these changes
May 15, 2026
Aligns the docs heading with the existing 1.13.1 GitHub release (created 2026-05-07 for hms 1.12.2 / Phase 0). Avoids divergence between the docs label and the public release tag. Table inside the entry continues to show hms: 1.12.2 (the actual published npm version); heading is the release-suite label.
ygit
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two release entries added to
docs/react-native/v2/release-notes/release-notes.mdx:2.0.0-alpha(2026-05-15)First alpha on React Native's New Architecture (TurboModules + Fabric + bridgeless mode). Three packages, all on the npm
alphadist-tag:@100mslive/react-native-hms@2.0.0-alpha.1@100mslive/react-native-room-kit@2.0.0-alpha.0@100mslive/react-native-video-plugin@2.0.0-alpha.0Calls out the two breaking changes (
setupPIPrejection on iOS, raw Fabric component event rename) and the opt-in install snippet.lateststays on 1.x — existing customers unaffected.1.14.0(2026-05-07) — backfillPhase 0 Interop Layer release that shipped as
@100mslive/react-native-hms@1.12.2but never got its own docs entry. Unblocks customers on apps withnewArchEnabled=truevia RN's built-in Interop Layer (no Codegen authoring yet — that came in 2.0.0-alpha).A retroactive GitHub release tagged
1.14.0(pointing at commit72399dc6on the SDK repo) will follow separately.