-
Notifications
You must be signed in to change notification settings - Fork 34
feat: Add Android migration guide #456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds a new documentation page to guide developers migrating from the legacy View-based Rive Android runtime to the new Compose-based runtime, covering API equivalents and runtime-specific feature differences.
Changes:
- Added a comprehensive “Migrating from Legacy” Android runtime guide with side-by-side legacy vs new runtime examples.
- Updated Android docs navigation to include the new migration guide page.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| runtimes/android/migrating-from-legacy.mdx | New migration guide content, including API mappings and feature differences between runtimes. |
| docs.json | Adds the new migration guide page to the Android navigation group. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tylernij
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fantastic, good job Erik!
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Adds a migration guide for legacy to Compose ("new"). It's as exhaustive as I could come up with, but we may need to add sections as users ask questions in the future.