-
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
Update the version of react-navigation/native #37194
Conversation
@roryabraham What should I put in place of "proposal link"? |
You can just remove it |
@roryabraham I went through the app and all seems to work fine, how do we want to proceed with that one? |
|
@paultsimura 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] |
Hey @roryabraham @MrRefactor, could you share some specific flows/mechanisms I should test with more attention? Or should I just perform a general sanity check of the App behavior? |
I'd focus mostly on navigation flows and deeplinking. We'll need Applause to test the transition from OldDot too. |
Also @staszekscp maybe you want to test HybridApp and make sure this isn't causing regressions? |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
@roryabraham I've tested on all the platforms with plain in-app navigation as well as page refreshes and deep links: tasks, threads, RHP views, money requests, etc. There is no specific testing flow, so I didn't attach recordings to the checklist. I didn't find anything suspicious or broken, so I'll go ahead and approve the PR. |
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.
also @MrRefactor can you plz fill out the author checklist?
once we update package.json and package-lock.json, I can run an AdHoc build here and request a QA run |
updated |
I also can see that Github Actions are failing, should I run update: built gh actions, all seems to be fine |
Thanks @roryabraham thinking about it! I'll try to test it today, but don't wait for me with the merge if everything else is fine. It may take a while, and since it's a small bump, and it touches mostly types and a patch to web navigation we should be fine |
Hey! I've just build the app from this PR, and it seems to work fine 😄 |
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.
we've been seeing mysterious diffs in our ncc
builds recently. very distracting
✋ 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.4.47-0 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.4.47-10 🚀
|
Details
This PR updates version of react-navigation/native in order to access latest changes related to typing of
getState
- here is a link to original react-navigation issue - link.Fixed Issues
$ #34523
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)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
MacOS: Desktop