You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We think this plugin is awesome and easy to use. Keep up the good work. This is a more of a new feature request than an issue. We would like to be able to set a custom interval passing seconds as an argument.
It would look something like this:
LocalNotifications.schedule([
{
title: "some title",
intervalSeconds: 60 * 24 * 10, // 60 seconds by 24 hours by 10 days
},
])
Thanks for your time.
The text was updated successfully, but these errors were encountered:
We think this plugin is awesome and easy to use. Keep up the good work. This is a more of a new feature request than an issue. We would like to be able to set a custom interval passing seconds as an argument.
It would look something like this:
Thanks for your time.
The text was updated successfully, but these errors were encountered: