Closed girish54321 closed 3 years ago
First of all, images would need to be fetched to local iphone storage to be shown on notification bar, so you would need to use rn-fetch-blob or something like that to store the image before scheduling notification.
Oh but why not just pass image URL 🖼️
Hey, I am also looking for similar behavior. Need to show an image on the notification.
Check this out for image support via Firebase: https://rnfirebase.io/messaging/ios-notification-images
@sahil290791 Yes looks nice
Check this out for image support via Firebase: https://rnfirebase.io/messaging/ios-notification-images
but this solution doesn't work for local notification. How did you solve this problem?
Feature request
Why it is needed
If we can have the option to show imageUrl on notification bar that will be great
Possible implementation
May be just pass imageUrl
Code sample
NA