docs(runtimes): stateful component support - #911
Open
lancesnider wants to merge 3 commits into
Open
Conversation
lancesnider
commented
Aug 31, 2026
Collaborator
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Stateful Components to the runtime feature-support documentation.
Changes:
- Defines runtime support and minimum versions.
- Adds Stateful Components to the feature-support page.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
snippets/feature-support.jsx |
Adds support metadata for Stateful Components. |
feature-support.mdx |
Displays the new feature-support table. |
Suppressed comments (1)
snippets/feature-support.jsx:101
reactNativedenotes the Nitro package (@rive-app/react-native), which uses 0.x versions;9.8.1is a legacyrive-react-nativeversion and also bundles iOS 6.15.2, below the stated Apple minimum of 6.16.0. The first Nitro release bundling supported SDKs on both platforms is 0.3.1 (iOS 6.17.0/Android 11.2.1), while the first legacy release is 9.8.2 (iOS 6.18.2/Android 11.4.0), so update both rows to avoid directing users to an incompatible version.
reactNative: { supported: true, version: "9.8.1+" },
reactNativeLegacy: { supported: false, version: "Not supported" },
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
lancesnider
force-pushed
the
stateful-components-runtime-support
branch
from
August 31, 2026 11:46
0d01a7b to
cb84929
Compare
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.