@dharma-code-chris/capacitor-local-notifications
v1.0.4
Published
Fork of @capacitor/local-notifications
Maintainers
Readme
@dharma-code-chris/capacitor-local-notifications
This is a fork of the official Capacitor Local Notifications plugin.
Install
npm install @dharma-code-chris/capacitor-local-notifications
npx cap syncModifications
Android
- Modified
LocalNotificationManager, adding theeveryschedule value to affect the repeating interval so that alarms can be configured repeating based onatwith a configurable repeating interval. - Changed repeating alarms from type
AlarmManager.RTCto typeAlarmManager.RTC_WAKEUP.
iOS
- None yet, but when work begins on iOS version of our app we will be updating the iOS fork to align with Android.
