I fixed the problem with npx jetify
So then i sheduled as follow (using weekday) and it worked :
this.localNotifications.schedule({
id: this.notifs.notifs[i].id,
title: this.title,
text: this.body,
trigger: {
count: 1,
every: {weekday: i, hour: new Date(this.notifs.time).getHours(), minute: new Date(this.notifs.time).getMinutes()}
},
data: {page: this.page},
foreground: true
});