-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Upgrade react-native-sdk
to v8.3.0
#27432
Conversation
@robertKozik Please 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] |
@robertKozik I am unable to do test this on emulator due to problem with playstore. |
@shubham1206agra What problem with play store? Maybe I can help :) |
It's after plaid connection. Play Store is opened and the progress is lost for step 1 |
@robertKozik Any updates here |
@robertKozik ?? |
Sorry coming back to that PR! 👀 |
I think we should extend the test cases to cover the entire Onfido flow. After all, we are bumping the library, so checking the whole process would be prudent |
This requires physical iOS device cause simulator's camera is disabled by default |
@robertKozik ?? |
I'll take care of testing on the physical devices, but will need a little more time to do so. Until then, please update the screenshots/videos for all platforms, to show up how the onfido flow is behaving (until the point where you cannot access further). |
@robertKozik I think we should complete this cause this has taken a month already. |
Yeah, I'm on it right now 👀 |
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - Chromeandroid.web.movMobile Web - Safariios.web.movDesktopScreen.Recording.2023-10-12.at.18.34.28.moviOSios.movAndroidandroid.movandroid.2.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.
Looks good to me. However, we should remain vigilant for any potential regressions. I wasn't able to comprehensively cover the Onfido flow with tests.
Isn't this the bug we are trying to fix? Why is it listed as a test step for QA to observe? 🤔 |
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.
@shubham1206agra please post pictures + videos of Android
Also, please update the test steps and make sure at least one of those videos validates that this bug has been fixed.
My bad. I have just corrected the step |
@robertKozik Can you tell me how did you test the Android? |
@shubham1206agra Actually I didn't do anything unusual. It worked for me in emulator with no setup |
@marcaaron I have updated the Android video |
You can merge this PR now |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/marcaaron in version: 1.3.84-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.84-10 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.84-10 🚀
|
🚀 Deployed to staging by https://github.com/marcaaron in version: 1.3.85-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.85-4 🚀
|
Details
Fixed Issues
$ #14678
PROPOSAL: #14678 (comment)
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 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
Screen.Recording.2023-09-14.at.5.27.55.PM.mov
Mobile Web - Chrome
NA
Mobile Web - Safari
NA
Desktop
NA
iOS
Screen.Recording.2023-09-18.at.2.02.07.PM.mov
Android
Screen.Recording.2023-10-13.at.8.22.50.PM.mov