We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93495a8 commit cb6e76dCopy full SHA for cb6e76d
src/ReactNativePushNotificationIOS.re
@@ -138,9 +138,11 @@ type formattedLocalNotification = {
138
.
139
"fireDate": Js.Nullable.t(string),
140
"alertAction": Js.Nullable.t(string),
141
+ "alertTitle": Js.Nullable.t(string),
142
"alertBody": Js.Nullable.t(string),
143
"applicationIconBadgeNumber": Js.Nullable.t(int),
144
"category": Js.Nullable.t(string),
145
+ "repeatInterval": Js.Nullable.t(string),
146
"soundName": Js.Nullable.t(string),
147
"userInfo": Js.Nullable.t(Js.Json.t),
148
};
0 commit comments