fix(ui): match React Native Android transitions - #876
Merged
swolfand merged 1 commit intoAug 12, 2026
Conversation
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
📝 WalkthroughWalkthroughThe change adds shared Compose navigation transition utilities and applies them to authentication, organization profile, and user profile navigation flows. Local animation imports, specifications, translations, and predictive-pop implementations are removed. ChangesNavigation transition consolidation
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Use the native-stack Android push and pop timing across auth and profile navigation, including the mounted manage-account detail screen.
swolfand
force-pushed
the
sam/mobile-623-android-should-match-expo-transition-behavior
branch
from
August 12, 2026 04:53
4ad5c1f to
5b2e430
Compare
swolfand
marked this pull request as ready for review
August 12, 2026 04:56
swolfand
deleted the
sam/mobile-623-android-should-match-expo-transition-behavior
branch
August 12, 2026 05:00
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.
Summary
Why
Android navigation did not match the React Native SDK's Expo/native-stack behavior. The existing custom animation traveled the full screen width and used different timing, making navigation feel materially different between SDKs.
Linear: MOBILE-623
Screen_recording_20260811_214748.mp4
Summary by CodeRabbit