fix(notifications): crash on ios when scheduling a notification (#2905)

* Converts NotificationSchedule enum to a dictionary to fix crash while
scheduleing notifications.

* change file

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
Christian Pavilonis
2025-08-21 04:39:22 -07:00
committed by GitHub
parent 0354046817
commit 8abb31ee59
2 changed files with 67 additions and 4 deletions
@@ -0,0 +1,6 @@
---
"notification": patch
"notification-js": patch
---
Fix notification scheduling on iOS.