-
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
feat: Bump react-native-pager-view version and remove patch #53821
base: main
Are you sure you want to change the base?
feat: Bump react-native-pager-view version and remove patch #53821
Conversation
a37c95f
to
8506b4c
Compare
|
8506b4c
to
ce6f6e9
Compare
|
ce6f6e9
to
6120017
Compare
|
@MrRefactor Could you please provide test steps for the PR? |
@MrRefactor What should we test for in this PR? Can you please add test/ QA steps? @akinwale What is your ETA for the review? Thanks! |
🚧 @mountiny has triggered a test app build. You can view the workflow run here. |
I can test and review today. |
All the changes between versions 6.5.1 and 6.5.2 are same as the patch that I removed in this PR but I will add some basic steps to check if its working as expected. |
Tests / QA steps added |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪
|
@MrRefactor I'm seeing weird behaviour on iOS native where I have to tap on an image 2 or 3 times for the attachment modal to be displayed after dismissing the modal for the first time. You can observe this in the video below. Screen.Recording.2025-03-10.at.17.47.27.mp4 |
Can you reproduce it on main? This PR didnt change anything related to that behaviour |
Yes, I just reproduced the issue on main. |
Reviewer Checklist
Screenshots/VideosAndroid: Native53821-android-native.mp4Android: mWeb Chrome53821-android-chrome.mp4iOS: Native53821-ios-native.mp4iOS: mWeb Safari53821-ios-safari.mp4MacOS: Chrome / Safari53821-web.mp4MacOS: Desktop53821-desktop.mp4 |
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.
@MrRefactor @akinwale No changes required for Mobile-Expensify? Can you build the Hybrid app successfully?
Explanation of Change
Upgrade
react-native-pager-view
library to6.5.2
version and remove patch.Fixed Issues
$ #53543
PROPOSAL:
Tests
Offline tests
N/A
QA Steps
Same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop