This adds a new interval parameter to create recurring reminders:
Property
Value
Description
recurrenceInterval
String
The interval between instances of this recurrence. For example, a weekly recurrence rule with an interval of 2 occurs every other week. Must be greater than 0.
This adds a new interval parameter to create recurring reminders:
This fixes https://github.com/wmcmahan/React-Native-Calendar-Reminders/issues/23
Still TODO:
recurrenceInterval = 1
, if it's not passed in.Could also:
reccurenceInterval
as aNumber
, instead of as aString
.