-
Notifications
You must be signed in to change notification settings - Fork 3k
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 reanimated to 3.5.4 #27193
Bump reanimated to 3.5.4 #27193
Conversation
@youssef-lr 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] |
Requested C+ review: https://expensify.slack.com/archives/C02NK2DQWUX/p1694573397449629 |
bump @situchan for reivew |
Got tons of warnings in Terminal which didn't happen before Screen.Recording.2023-09-15.at.2.35.46.PM.mov |
So same warnings in web console Screen.Recording.2023-09-15.at.2.41.54.PM.mov |
iOS app crashes in release build for me. Works fine in debug build. @roryabraham can you please generate QR build so we can test release versions? |
@wojtus7 please pull main |
I'm looking into those build crashes and warnings rn 👨🔧 |
@roryabraham when you get a chance, can you please generate QR build? |
@wojtus7 I think you might need to merge main to fix TS here |
@wojtus7 is this ready for review? |
@situchan Yup, I think so 👍 |
package.json
Outdated
@@ -141,7 +141,7 @@ | |||
"react-native-plaid-link-sdk": "^10.0.0", | |||
"react-native-qrcode-svg": "^6.2.0", | |||
"react-native-quick-sqlite": "^8.0.0-beta.2", | |||
"react-native-reanimated": "3.4.0", | |||
"react-native-reanimated": "^3.5.4", |
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.
Any reason for adding ^
?
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.
You are right when I think about it, it should't be here probably. Gonna remove it 🫡
No navigation transition animation at all no.animation.mov |
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - Chromemchrome.movMobile Web - Safarimsafari.movDesktopdesktop.moviOSios.movAndroidandroid.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.
@wojtus7 please update version to 3.5.4 in GH title. @roryabraham all yours! |
✋ 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/roryabraham in version: 1.3.75-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.75-12 🚀
|
🚀 Deployed to staging by https://github.com/roryabraham in version: 1.3.76-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.76-6 🚀
|
Details
Bump reanimate to 3.5.0 to go forward with eg. #23737
Tests
Offline 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
Nagranie.z.ekranu.2023-09-11.o.21.53.30.mov
Mobile Web - Chrome
RPReplay_Final1694462400.MP4
Mobile Web - Safari
Nagranie.z.ekranu.2023-09-11.o.21.58.19.mov
Desktop
Nagranie.z.ekranu.2023-09-11.o.21.54.43.mov
iOS
Nagranie.z.ekranu.2023-09-11.o.21.55.42.mov
Android
Nagranie.z.ekranu.2023-09-11.o.21.56.31.mov