You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-native/Libraries/PushNotificationIOS/NativePushNotificationManagerIOS.js
+33-5Lines changed: 33 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,45 @@ type Permissions = {|
20
20
21
21
typeNotification={|
22
22
+alertTitle?: ?string,
23
-
// Actual type: string | number
24
-
+fireDate?: ?number,
25
23
+alertBody?: ?string,
26
-
+alertAction?: ?string,
27
24
+userInfo?: ?Object,
25
+
/**
26
+
* Identifier for the notification category. See the [Apple documentation](https://developer.apple.com/documentation/usernotifications/declaring_your_actionable_notification_types)
0 commit comments