Search code examples
react-nativepush-notificationaws-amplifyaws-pinpoint

Show Image on Notification (React Native) using amplify notification


I am using @aws-amplify/push notification for push notification. I am able to receive notification but it does not show the image, even if the image is less than 1mb and the image is publicly available. How do i get image on notification? This is what i get now1

How do i get this?2


Solution

  • Recently found out that @aws-amplify/push notification does not include images on notification for now. Image on notification have been added as a feature request.