Rich content in scheduleNotificationAsync

Please provide the following:

  1. SDK Version: 38
  2. Platforms(Android/iOS/web/all): Android/IOS

Hi so I’m using your notification package
“expo-notifications”
in a bare workflow and using :

                await Notifications.scheduleNotificationAsync({
                    content: {
                        title: 'Look at that notification',
                        body: "I'm so proud of myself!",
                    },
                    trigger: null,
                });

I make a notification which works,is there any way to handle custom views for notifications?Or built in views like big picture or small picture (along side the text) and expanded notifications and …

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.