-
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
[CP Staging] Point to the onyx hotfix branch #37804
Conversation
package.json
Outdated
@@ -146,7 +146,7 @@ | |||
"react-native-linear-gradient": "^2.8.1", | |||
"react-native-localize": "^2.2.6", | |||
"react-native-modal": "^13.0.0", | |||
"react-native-onyx": "2.0.10", | |||
"react-native-onyx": "hotfix-2.0.10", |
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.
does this work or does it need to be like this?
"react-native-onyx": "hotfix-2.0.10", | |
"react-native-onyx": "github:Expensify/react-native-onyx.git#hotfix-2.0.10", |
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.
Isn't it strange that npm i
didn't throw an error about this? That's what made me think my change was OK, but let me check the source files
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.
I think you are right though. I'm trying it out and verifying the changes
@hoangzinh 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] |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-compressed.mp4Android: mWeb Chromechrome-compressed.mp4iOS: NativeSimulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-03-06.at.01.29.36-compressed.mp4iOS: mWeb SafariSimulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-03-06.at.01.46.07-compressed.mp4MacOS: Chrome / SafariScreen.Recording.2024-03-06.at.01.09.13-compressed.mp4Screen.Recording.2024-03-06.at.01.19.52-compressed.mp4Screen.Recording.2024-03-06.at.01.11.41-compressed.mp4MacOS: DesktopScreen.Recording.2024-03-06.at.01.32.37-compressed.mp4 |
#37758 can be linked as well – I've tested and attached the recording for it (only web so far) |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪 |
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.
Tests well ✔️
@techievivek 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] |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
[CP Staging] Point to the onyx hotfix branch (cherry picked from commit fca7cd1)
…ing-37804-1 🍒 Cherry pick PR #37804 to staging 🍒
🚀 Deployed to staging by https://github.com/roryabraham in version: 1.4.47-7 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.4.47-10 🚀
|
Details
This hotfix branch should contain the following onyx versions:
2.0.8was reverted in Revert "refactor: unify storage/providers (for further InMemory storage integration) [1/3]" react-native-onyx#4962.0.9was reverted in Revert "Re: Use initialValue when cached value is undefined" react-native-onyx#498You can see the diff of this hotfix here.
Fixed Issues
$ #37743
$ #37746
$ #37752
$ #37758
Tests / QA steps
retest the linked PRs. This is mostly a revert.
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 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
OpenReport
is called once and thus the page not found is not shown (the input box disappears but that's unrelated to the Onyx changes):MacOS: Desktop