0

我第一次尝试博览会通知。我遇到了一个错误,上面写着 TypeError : Notifications.scheduleNotificationAsync is not a function

这是我的代码:

import * as Notifications from 'expo';

enableNotifications = () =>{
 Notifications.scheduleNotificationAsync({ 
      content : {
        title : 'Notification',
        body : 'This is a notification'
      }
    })
}

先感谢您。

4

0 回答 0