react-native-fcm icon indicating copy to clipboard operation
react-native-fcm copied to clipboard

Repeat attribute

Open luisbajana opened this issue 6 years ago • 0 comments

Hi evollu,

Just in case do you have an example of the repeat attribute? I'm trying to schedule a PN like this:

FCM.scheduleLocalNotification({ id: "notificacionInicial", fire_date: moment({hour: 18, minute: 0, seconds: 0, milliseconds: 100}).valueOf(), vibrate: 500, title: "¡Antes de irte!", body: "¿Cuéntanos como te fue hoy?", priority: "high", repeat: true, large_icon: "", show_in_foreground: true, picture:"", wake_screen: true });

Setting repeat as true, is that correct?

Cheers, Luis B.

luisbajana avatar Jan 31 '19 00:01 luisbajana