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