Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Simple implement for setting image from remote notification #1626

Closed
wants to merge 1 commit into from

Conversation

horstleung
Copy link

@horstleung horstleung commented Sep 1, 2020

Simple implementation for setting image from remote notification

Platform: Android

Testing fcm payload:

{
    "registration_ids":["TOKEN"],
    "notification": {
        "title": "testing",
        "body": "gained 11.80 points to close at 835.67, up 1.43% on the day.",
        "image": "https://i.pravatar.cc/300"
  }
}

setting image from remote notification
@Dallas62
Copy link
Collaborator

Hi @fattomhk
Thanks for this PR, the change will be reflected in the next version.
The merge will not be made due to other changes made in complement.
Thanks again !

@Dallas62 Dallas62 closed this Sep 19, 2020
@Dallas62
Copy link
Collaborator

You can test changes on dev branch.

Please refer to the CHANGELOG for update instructions:
https://github.com/zo0r/react-native-push-notification/blob/dev/CHANGELOG.md#unreleased

To install this version:

npm install zo0r/react-native-push-notification#dev

OR

yarn add zo0r/react-native-push-notification#dev

Make sure your build cache is cleaned.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants