-
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
[NoQA] Fix build for RNBackgroundTaskModule
and unsubscribe from Broadcast receiver task
#57395
[NoQA] Fix build for RNBackgroundTaskModule
and unsubscribe from Broadcast receiver task
#57395
Conversation
|
RNBackgroundTaskModule
RNBackgroundTaskModule
RNBackgroundTaskModule
RNBackgroundTaskModule
and unsubscribe from Broadcast receiver task
@eh2077 can you test please with the oldapp PR? |
@mountiny Yeah, I can start now |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2025-02-25.at.10.06.55.PM.movScreen.Recording.2025-02-25.at.10.19.21.PM.movAndroid: mWeb ChromeiOS: NativeScreen.Recording.2025-02-25.at.10.15.24.PM.moviOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
Screen.Recording.2025-02-25.at.10.06.55.PM.mov |
Screen.Recording.2025-02-25.at.10.15.24.PM.mov |
![]() (NOBRIDGE) ERROR The 'navigation' object hasn't been initialized yet. This might happen if you don't have a navigator mounted, or if the navigator hasn't finished mounting. See https://reactnavigation.org/docs/navigating-without-navigation-prop#handling-initialization for more details. [Component Stack] @staszekscp This error should be irrelevant, right? Edited: This error occurs in main branch as well, so I believe it's irreleevant. |
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.
Works well!
@mountiny This is waiting for your review, please take a look if you get a chance, thank you |
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.
Thanks!
✋ 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/mountiny in version: 9.1.8-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 9.1.8-1 🚀
|
cc: @mountiny @gedu
Explanation of Change
When Pressing R to reload the app from Metro, the app crash, need to unregister from the ghost task that gets linked to the destroyed RN bridge.
Fixed Issues
$ #56175
PROPOSAL: -
Tests
Offline tests
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
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