Add support for ios push notifications

This commit is contained in:
Jon Staab
2025-06-27 08:33:31 -07:00
parent 5301ef876d
commit 3037323dc0
5 changed files with 31 additions and 6 deletions
+1
View File
@@ -394,6 +394,7 @@ export type AlertParams = {
}
ios?: {
device_token: string
bundle_identifier: string
}
android?: {
device_token: string