0

我给了 unicode 但它显示的十字图标不是一个有效的图标

showNotification = () => {
        PushNotification.localNotificationSchedule({
            message: "BuzzFM is Live", 
            date: new Date(Date.now()),
            actions: '["\uf036"]',//I have given unicode but it show cross
        });
}
4

0 回答 0