-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fix resolve email field error after signing in with Apple or Gmai #53109
fix resolve email field error after signing in with Apple or Gmai #53109
Conversation
@huult I get this error when I try to test sign in using the dev url. Any idea how to solve it? Screen.Recording.2024-11-27.at.07.56.12.mp4 |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / Safari53109-web.mp4MacOS: Desktop |
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.
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.
Looks good, but there's one property redundancy and quite a few places where we take an onPress
prop and only pass it to onPointerDown
. Please change all such prop names to onPointerDown
. I've highlighted a few cases of that in my suggetions, but there probably are a few more.
…gmail-signin-email-field-error
@mjasikowski I've updated your feedback. Could you please check it again? Thank you! |
@mjasikowski Re-tested and everything works OK. |
🚀 Deployed to staging by https://github.com/mjasikowski in version: 9.0.69-1 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 9.0.69-4 🚀
|
Details
Fixed Issues
$ #52882
PROPOSAL: #52882 (comment)
Tests
Same QA step
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Screen.Recording.2024-11-26.at.10.54.52.mp4
Android: mWeb Chrome
Screen.Recording.2024-11-26.at.10.56.35.mp4
iOS: Native
Screen.Recording.2024-11-26.at.10.52.50.mp4
iOS: mWeb Safari
Screen.Recording.2024-11-26.at.10.53.31.mp4
MacOS: Chrome / Safari
Screen.Recording.2024-11-26.at.10.48.11.mp4
MacOS: Desktop
Screen.Recording.2024-11-26.at.10.50.05.mp4