-
Notifications
You must be signed in to change notification settings - Fork 635
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
completing a swap navigates back to previous screen #6207
completing a swap navigates back to previous screen #6207
Conversation
@@ -129,6 +129,7 @@ function setTopLevelNavigator(navigatorRef) { | |||
|
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.
vote to migrate this to ts since Im here
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.
did you verify this works on Android as well? I remember some funkiness going on with Android navigation not too long ago. Otherwise lgtm 👍🏼
Co-authored-by: Matthew Wall <[email protected]>
Fixes APP-####
What changed (plus any additional context for devs)
edge case if the users previous screen was an Expanded Sheet, navigate to the Wallet Screen instead of back to the Expanded Sheet
Screen recordings / screens
pow
Screen.Recording.2024-10-16.at.03.54.26.mov
What to test