From 4b4e4a00167fe1c5593b37a0a8e87659a0e2f295 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Mon, 16 Feb 2026 11:55:50 +0100 Subject: [PATCH] docs(react-native): Add link to table of SDK versions --- docs/platforms/react-native/releases/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/platforms/react-native/releases/index.mdx b/docs/platforms/react-native/releases/index.mdx index ad7e2d62ebab6..8d6f9e06eebbb 100644 --- a/docs/platforms/react-native/releases/index.mdx +++ b/docs/platforms/react-native/releases/index.mdx @@ -40,3 +40,7 @@ We leave this decision up to you. Stable releases have been tested in the field ### How does this relate to the stability of a feature? A `Stable` release status doesn't guarantee the stability of an SDK feature or product feature. A new feature that's still experimental might be part of a stable SDK release. Any experimental features will be clearly marked and offered as an opt-in. + +### Which SDK versions are bundled with each React Native SDK release? + +You can find a complete list of bundled Android, Cocoa, and JavaScript SDK versions for each React Native SDK release in the SDK-VERSIONS.md file on GitHub.