Remove beta framing from React Native SDK v4 docs#415
Open
eandreeva-twr wants to merge 1 commit into
Open
Conversation
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.
What changed
Prepares the React Native docs for the public (non-beta) release of RN SDK v4, mirroring the iOS/Android beta removal on
v4-full-release:migration-to-react-native-sdk-v4.mdx— removed "(beta)" from the description, metadata title, and intro; the package-update step no longer says v4 is a pre-release that must be pinned and now installsreact-native-adapty@^4.0.0.sdk-installation-react-native-expo.mdx/sdk-installation-react-native-pure.mdx— renamed the "Adapty SDK 4.0 (beta): enable Swift Package Manager" section (and its in-page anchor link) to drop "(beta)"; removed the pre-release/exact-version-pinning wording; install commands changed from@4.0.0-beta.1to@^4.0.0.react-native-sdk-migration-guides.mdx— "Migrate to v4.0 (beta)" → "Migrate to v4.0".scripts/generate-md.mjs— the LLM instruction block injected into.mdexports for pages with<SDKv3>wrappers no longer labels SDK v4 as beta or tells LLMs to pin4.0.0-beta.1; "SDK v3 (stable)" is now "SDK v3 (legacy)".Notes for reviewers
adapty-sdk-integration-skill-react-native.mdx(the integration skill's own beta) and all Flows (Beta) mentions — Flows remain in beta; only the SDK is released.generate-md.mjsfix is still needed onv4-full-release— it affects iOS.mdexports too.check-mdx-parse,lint-mdx, and the link checker in diff mode (0 broken links, including incoming links to the renamed anchors).latest(install instructions rely on normal caret resolution).