-
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
Bump react-native-pager-view to 6.3.4 #47418
Conversation
@eVoloshchak 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] |
Co-authored-by: Eugene Voloshchak <[email protected]>
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-08-20.at.18.00.54.movAndroid: mWeb ChromeScreen.Recording.2024-08-20.at.18.04.08.moviOS: NativeScreen.Recording.2024-08-20.at.18.10.51.moviOS: mWeb SafariScreen.Recording.2024-08-20.at.18.11.51.movMacOS: Chrome / SafariScreen.Recording.2024-08-20.at.17.58.35.movMacOS: DesktopScreen.Recording.2024-08-20.at.18.08.49.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!
@Julesssss @eVoloshchak The same issue exists without this PR, probably because the app can’t connect to the Metro server to load assets when offline. |
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.
Ah, using metro makes sense. thanks
✋ 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/Julesssss in version: 9.0.24-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/Julesssss in version: 9.0.24-0 🚀
|
Note: This PR caused a regression here: |
This has been reverted here |
🚀 Deployed to production by https://github.com/marcaaron in version: 9.0.24-5 🚀
|
Several issues suggested this PR was the cause. However, I tested #47911, #47878, and #47879 with this PR reapplied on the Are my reproduction steps incorrect, or have other changes in the Screenshots/Videos#47911 Android Native: The bottom half of the camera doesn't work (i.e. shutter, flash and file upload buttons)1000000197-2024-08-27.12_30_17.734.mp4#47878 Android - Room - Nothing happens when tapping on the options in room creation page1000000202-2024-08-27.12_34_26.285.mp4#47879 Android - Nothing happens when selecting Start/Stop option when creating distance request1000000201-2024-08-27.12_34_23.932.mp4 |
@QichenZhu did you test the PR changes on the main branch with the new react native version 0.75 which we recently merged? Not sure, but that react native version has some fixes to its layout engine which might effect how the librarie's changes behave. |
Yeah, so maybe it was just a problem on the old react native version we were on. We could try to make a PR which reapplies these changes, and then do an adhoc build? |
(Alternatively I can offer to test on my env as well with the latest RN version) |
@hannojg Thank you so much for your helpful insight! Should we ask @Julesssss and @eVoloshchak about the next steps? Do we still want to upgrade |
I like this idea. |
Details
Fixed Issues
$ #41810
PROPOSAL: #41810 (comment)
Tests
Expected result: The Next button should be fully visible
Offline tests
Expected result: The Next button should be fully visible
QA Steps
Expected result: The Next button should be fully visible
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)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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
android-native.mp4
Android: mWeb Chrome
android-web.mp4
iOS: Native
ios-native.mp4
iOS: mWeb Safari
ios-web.mp4
MacOS: Chrome / Safari
mac-web.mp4
MacOS: Desktop
mac-desktop.mov