-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[No QA] Bump react-native-performance
& fix hybridApp soft exceptions
#66230
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
[No QA] Bump react-native-performance
& fix hybridApp soft exceptions
#66230
Conversation
|
react-native-performance
& fix hybridApp soft exceptionsreact-native-performance
& fix hybridApp soft exceptions
@DylanDylann 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] |
cc @Julesssss |
🚧 @Julesssss has triggered a test Expensify/App build. You can view the workflow run here. |
No need for C+ here @DylanDylann. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppAndroid: mWeb ChromeiOS: HybridAppiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
AdHoc wasn't necessary. Anyway this looks good, merged |
✋ 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/Julesssss in version: 9.1.82-1 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 9.1.82-7 🚀
|
Explanation of Change
I encountered a degraded performance when developing a new sign-in page in the hybridApp and saw a lot of soft exceptions in logcat. They turned out to be
react-native-performance
-relatedAfter bumping
react-native-performance
the amount of exceptions decreased but I could still see them. I cheked the library code and found another unguardedRCTDeviceEventEmitter
usage, so I created an upstream PR fixing it and added a patch hereFixed Issues
$ #66256
Tests
Unhandled SoftException
with PerformanceModule in detailsOffline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectioncanBeMissing
param foruseOnyx
toggleReport
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