Skip to content

Remove beta framing from React Native SDK v4 docs#415

Open
eandreeva-twr wants to merge 1 commit into
mainfrom
rn-v4-full-release
Open

Remove beta framing from React Native SDK v4 docs#415
eandreeva-twr wants to merge 1 commit into
mainfrom
rn-v4-full-release

Conversation

@eandreeva-twr

Copy link
Copy Markdown
Collaborator

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 installs react-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.1 to @^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 .md exports for pages with <SDKv3> wrappers no longer labels SDK v4 as beta or tells LLMs to pin 4.0.0-beta.1; "SDK v3 (stable)" is now "SDK v3 (legacy)".

Notes for reviewers

  • Deliberately untouched: "skill is in beta" in 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.
  • RN onboarding articles already carry a beta-free deprecation warning pointing to flows, so they needed no changes.
  • The same generate-md.mjs fix is still needed on v4-full-release — it affects iOS .md exports too.
  • Validated with check-mdx-parse, lint-mdx, and the link checker in diff mode (0 broken links, including incoming links to the renamed anchors).
  • Merge when RN SDK v4 is published to npm as latest (install instructions rely on normal caret resolution).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant