evollu / evollu/react-native-fcm
Repeat attribute
- Dominant language
- Java
- Stars
- 1.7k
- Forks
- 661
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.