-
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
Fix foreground notification display bug #1034
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
# Conflicts: # src/pages/SetPasswordPage.js # src/pages/SignInPage.js
I'll give this a look once it's no longer a draft. Would you mind changing the title to indicate it's a WIP, or use GH's draft function to mark this as such? |
Hey Luke, np - I'll mark this as WIP while I work on fixing the E2E tests. |
@Luke9389 this is no longer WIP |
Ok cool! Are there tests I can perform for this? |
My bad @Luke9389 🤦 There are testing steps now 👍 |
No problemo my dude! 😄 One actual problemo is that I don't have an iPhone... 😬 |
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.
LGTM
I don't have an iPhone either so can't test this. |
cc @marcaaron @AndrewGable
Details
Turns out that we had included
@react-native-community/push-notification-ios
as a dependency in order to display the unread indicator badge on iOS. This conflicted with our UA integration, which merges foreground presentation settings from the AppDelegate. Does that even make sense? It's pretty close to being true. Details here.Fixed Issues
https://github.com/Expensify/Expensify/issues/144297
Tests