I have a scheduled notification here like: ``` PushNotification.localNotificationSchedule({ alertTitle : "My Notification Title", alertBody :"My Notification Body", fireDate : new Date(Date.now() + (120 * 1000)) , //2 mins repeatInterval :'day' }); ``` I assume notification should be fired on daily basis. Now how do i prevent this notification after 3 days??
Activity
react-native-bot commentedon Jul 10, 2018
We are automatically closing this issue because it does not appear to follow any of the provided issue templates.
Please make use of the bug report template to let us know about a reproducible bug or regression in the core React Native library.
If you'd like to start a discussion, check out https://discuss.reactjs.org or follow the discussion template.