PushNotification.localNotificationSchedule({
//... You can use all the options from localNotifications
channelId: channelId,
title: title,
message: message,
date: new Date(Date.now() + 5 * 1000), // in 60 secs
//allowWhileIdle: false, // (optional) set notification to work while on doze, default: false
/* Android Only Properties */
repeatTime: 1,
repeatType: 'minute',**
strong text **
});