-
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
[Fabric] iOS - Stretched border animations between screen transitions #40243
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-04-21.at.11.20.26.at.night.movAndroid: mWeb ChromeScreen.Recording.2024-04-21.at.11.23.21.at.night.moviOS: NativeScreen.Recording.2024-04-21.at.11.34.11.at.night.moviOS: mWeb SafariScreen.Recording.2024-04-21.at.11.30.21.at.night.movMacOS: Chrome / SafariScreen.Recording.2024-04-21.at.11.08.29.at.night.movMacOS: DesktopScreen.Recording.2024-04-21.at.11.33.37.at.night.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
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!
✋ 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 production by https://github.com/mountiny in version: 1.4.64-6 🚀
|
@Beamanator We are now on 0.75 do you think this patch could be removed now? |
Ooh that would be fantastic @janicduplessis ! It looks like the name of the patch file was updated recently in #45289, but I'm not sure if the patch is still needed in 0.75 |
I can have a look next week and see if the issue still happens now by using the repro steps in the PR. |
Details
Due to the new architecture PR being merged:
The following issue occured which was also reported in
react-native
issues:This PR adds a patch that solves this issue, the patch was discussed in detail within this #expensify-open-source Slack 🧵 and the consensus was that we can apply the patch until we bump
react-native
to v0.74 since this might've been fixed by thisreact-native
v0.74 (commit) and we're working at Updating to v0.74 in this open PR #37374 which might take a while because of recent [Fabric] related bugs (see Slack 🧵), but once upgraded, hopefully the issue will be fixed and the patch can be removed.Caution
This patch fix is iOS:Native specific, there won't be any observable changes on any of the other platforms.
Fixed Issues
$ #40081
PROPOSAL: #40081 (comment)
Tests
Steps for reviewer to test the patch:
npm ci
to perform a clean install.cc @getusha
Prerequisite: User must be logged in, have created a Workspace and have enabled Workflows.
Offline tests
TLDR: same as Tests.
Prerequisite: User must be logged in, have created a Workspace and have enabled Workflows.
QA Steps
TLDR: same as Tests.
Prerequisite: User must be logged in, have created a Workspace and have enabled Workflows.
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.mov
Android: mWeb Chrome
android-mweb.mov
iOS: Native
Screen.Recording.2024-04-12.at.01.59.59.mov
iOS: mWeb Safari
ios-mweb.mov
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
desktop.mov