This repository was archived by the owner on Jan 14, 2025. It is now read-only.
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Specific time in week repeatType #2147
Closed
Description
Is that possible?
PushNotification.localNotificationSchedule({
date: date,
channelId: ANDROID_CHANNEL_NAME,
id: id, // (optional) Valid unique 32 bit integer specified as string. default: Autogenerated Unique ID
vibrate: true,
vibration: 300,
title: title, // (optional)
message: message, // (required)
userInfo: {screen: 'blabla'},
soundName: 'bell.mp3',
repeatType: 'week',
allowWhileIdle: true,
});
I use these codes but the time is not set. 00:00 appears as the notification time. Can't I set weekly notifications at different times on the same day?