-
Notifications
You must be signed in to change notification settings - Fork 356
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
✨ (llm) [LIVE-14839]: As a user when I start the onboarding I want to get a generic pairing message #8823
✨ (llm) [LIVE-14839]: As a user when I start the onboarding I want to get a generic pairing message #8823
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 4 Skipped Deployments
|
adf1195
to
202e3ce
Compare
968d7a3
to
b98f0a7
Compare
@@ -316,6 +316,8 @@ export default function SelectDevice({ | |||
retryRequestOnIssue={retryRequestOnIssue} | |||
cannotRetryRequest={cannotRetryRequest} | |||
/> | |||
{/* @Fixme Render a hidden text element to render screen correctly on ios sim release for e2e test */} | |||
<Text style={{ height: 0 }}>{"Hidden text element to satisfy detox ios release"}</Text> |
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.
maybe with an opacity:0 + the height:0 to prevent any uncontrolled UI glitch
.changeset/brave-icons-glow.md
Outdated
@@ -0,0 +1,5 @@ | |||
--- | |||
"live-mobile": patch |
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.
no patch please, set it to minor
b98f0a7
to
73913b6
Compare
✅ Checklist
npx changeset
was attached.📝 Description
Remove default nanoX pairing screen
❓ Context
🧐 Checklist for the PR Reviewers