calcazar / react-native-push-notification-CE

The community edition of the push notification library (by Zo0r) for applications made with React Native
MIT License
52 stars 23 forks source link

Android: Download images if URLs are present in the notification bundle. #23

Closed khrizt closed 5 years ago

khrizt commented 5 years ago

Allows to show external images in BigPictureStyle and largeIcon. This commit is based on PR#100 from Zo0r library (https://github.com/zo0r/react-native-push-notification/pull/100).

I've made this using the observable pattern but if someone has a better option I'm open to changes.

calcazar commented 5 years ago

Merged!

khrizt commented 5 years ago

Great! Thanks