fix: remove animation config from learn more import srp pop up#28629
fix: remove animation config from learn more import srp pop up#28629vinnyhoward merged 5 commits intomainfrom
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #28629 +/- ##
==========================================
- Coverage 82.13% 82.13% -0.01%
==========================================
Files 4942 4942
Lines 129947 129962 +15
Branches 28977 28980 +3
==========================================
+ Hits 106732 106744 +12
- Misses 15917 15921 +4
+ Partials 7298 7297 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…cwp-510-learn-more-srp-buggy-transition
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
|
The committed fixture schema is out of date. To update, comment: |



Description
Removed react native navigation animation config from learn more import srp pop up
Changelog
CHANGELOG entry:null
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MCWP-510
Manual testing steps
Screenshots/Recordings
~Before
before.MP4
After
after.mov
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Small React Navigation configuration change limited to the Import SRP flow; primary risk is minor UI/transition regressions for the affected modal screens.
Overview
Updates the
ImportSRPViewstack navigation configuration to usepresentation: 'transparentModal'at the navigator level, and removes the per-screenpresentation: 'modal'override fromRoutes.SHEET.SEEDPHRASE_MODAL. This is intended to eliminate the unwanted animation/transition behavior when opening the “learn more / import SRP” popup while keeping the transparent overlay styling.Reviewed by Cursor Bugbot for commit fa3ddc4. Bugbot is set up for automated code reviews on this repo. Configure here.