-
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
17020 — Migrate calendar picker to PressableWithFeedback/WithoutFeedback #19557
17020 — Migrate calendar picker to PressableWithFeedback/WithoutFeedback #19557
Conversation
@Santhosh-Sellavel @cristipaval One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
39dc8db
to
aff35d4
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.
Hey @robertKozik ! It doesn't seem that you've been hired to fix the issue. cc @roryabraham
@cristipaval I'm assign to the issue associated with this PR as the software mansion employee @Santhosh-Sellavel Thanks for review I'll adress all the issues ASAP |
Damn! 🤦 |
@cristipaval no worries! 👌🏼 Sometimes I cannot believe myself that I'm from there 😆 |
@Santhosh-Sellavel I've changed everything based on your review comments. I also added the propTypes comments in |
Reviewer Checklist
Screenshots/VideosWeb & DesktopScreen.Recording.2023-05-31.at.1.36.17.AM.movMobile Web - Chrome & Mobile Web - SafariScreen.Recording.2023-05-31.at.1.38.00.AM.moviOS & AndroidScreen.Recording.2023-05-31.at.1.39.15.AM.mov |
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, thanks!
All your @cristipaval |
🚀 Deployed to staging by https://github.com/cristipaval in version: 1.3.23-1 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.23-7 🚀
|
1 similar comment
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.23-7 🚀
|
Details
This PR migrates CalendarPicker component from using
TouchableOpacity
andPressable
toPressableWithFeedback
andPressableWithoutFeedback
. Styling and how this component works shouldn't be changed.Fixed Issues
$ #17020
PROPOSAL: #17020
Tests
Personal Details
section and then toDate of Birth
Offline tests
Same as Test steps
QA Steps
Same as Test steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.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
Web
Desktop.-.web.mov
Mobile Web - Chrome
Android.-.web.mov
Mobile Web - Safari
RPReplay_Final1684929684.mp4
Desktop
Desktop.-.native.mov
iOS
iOS.-.native.mov
Android
Android.-.native.mov