Skip to content

Commit cb6e76d

Browse files
committed
Added missing alertTitle & repeatInterval for formatted local notification (1.2.1)
1 parent 93495a8 commit cb6e76d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ReactNativePushNotificationIOS.re

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,11 @@ type formattedLocalNotification = {
138138
.
139139
"fireDate": Js.Nullable.t(string),
140140
"alertAction": Js.Nullable.t(string),
141+
"alertTitle": Js.Nullable.t(string),
141142
"alertBody": Js.Nullable.t(string),
142143
"applicationIconBadgeNumber": Js.Nullable.t(int),
143144
"category": Js.Nullable.t(string),
145+
"repeatInterval": Js.Nullable.t(string),
144146
"soundName": Js.Nullable.t(string),
145147
"userInfo": Js.Nullable.t(Js.Json.t),
146148
};

0 commit comments

Comments
 (0)