Hello Zagham
I could not understand this part.
await LocalNotifications.schedule({
notifications: [
{
title:title,
body: text,
id:id,
schedule: {
// below you can set the timmer to
day: 1 // 0-6 : Sunday - Saturday
hour: 12 // X will be the hour 0-24
minute: 30 // 0-60
},
},
],
});
schedule object doesnt have properties like day,hour,min?
What I really want is to update the body of notification every second. like 2:20:29 then 2.20.28 then 2.20.27 etc…