-
Notifications
You must be signed in to change notification settings - Fork 327
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
bugfix: Empty modals when clicking "X" after "Stake" on Earn more rewards tab #4467
bugfix: Empty modals when clicking "X" after "Stake" on Earn more rewards tab #4467
Conversation
🦋 Changeset detectedLatest commit: 2104e22 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
73e5da3
to
d900baa
Compare
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.
LGTM
@@ -553,6 +548,11 @@ export default function BaseNavigator() { | |||
options={{ ...TransparentHeaderNavigationOptions, title: "" }} | |||
component={RedirectToOnboardingRecoverFlowScreen} | |||
/> | |||
<Stack.Screen |
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.
Any reason for this move?
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.
that was just a temp change I made to move them closer together in the base navigator so that i could directly compare them in the file easier, but then i decided just to keep it because they are so heavily related and it seems more useful if they are closer
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.
Retested :)
…igator; use directly in earn nav
d900baa
to
2104e22
Compare
📝 Description
❓ Context
ledger-live-mobile
✅ Checklist
📸 Demo
Earn dash remains in the background:
In-line with the other screens that use the stake flow from the main navigation or the account pages:
🚀 Expectations to reach
Please make sure you follow these Important Steps.
Pull Requests must pass the CI and be internally validated in order to be merged.