Skip to content
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

implement 'bigLargeIcon' for Android notifications #1730

Merged
merged 2 commits into from
Dec 12, 2020

Conversation

vanso-hubsi
Copy link
Contributor

Add support for BigLargeIcon, which is the large icon shown on the upper right when a picture or media notification is expanded (see here for a splendid explanation).

Currently, when you add a picture to a notification and use largeIcon for preview, when you expand the notification you will see both, the picture and it's same, just smaller preview on the upper right.
I think this doesn't look too nice and it's better to have the largeIcon disappear or set to something else (e.g. the app icon) in expanded view, which this change enables the users to.

That's also the reason why in the code I don't check for the bigLargeIcon to be present but always set it, which leads to the default behaviour that the largeIcon disappears when expanded.

@Dallas62 Dallas62 self-assigned this Oct 30, 2020
@Dallas62 Dallas62 changed the base branch from master to dev October 30, 2020 15:11
@@ -313,6 +313,8 @@ PushNotification.localNotification({
bigText: "My big text that will be shown when notification is expanded", // (optional) default: "message" prop
subText: "This is a subText", // (optional) default: none
bigPictureUrl: "https://www.example.tld/picture.jpg", // (optional) default: undefined
bigLargeIcon: "ic_launcher", // (optional) default: undefined
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see how this parameter is used...
Can you check it ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, you're perfectly right, good catch!
I had only tested with url. Fixed it with another commit.

@Dallas62
Copy link
Collaborator

Thanks for this PR !

@Dallas62 Dallas62 merged commit c12315c into zo0r:dev Dec 12, 2020
elburu pushed a commit to elburu/react-native-push-notification that referenced this pull request Mar 12, 2023
* implement 'bigLargeIcon' for Android notifications

* fix (non-url) bigLargeIcon

Co-authored-by: hubsif <hubsif@gmx.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants