Skip to content

Commit 410e3b5

Browse files
Ingrid Wangfacebook-github-bot
Ingrid Wang
authored andcommitted
Remove deprecated alertAction and repeatInterval properties (#43116)
Summary: Pull Request resolved: #43116 Changelog: [iOS][Breaking] Deleting deprecated alertAction and repeatInterval in PushNotificationIOS Reviewed By: philIip Differential Revision: D53734569 fbshipit-source-id: 20b2cd304443f27987f336e768eb44e6c5d7c2b9
1 parent 46f53e9 commit 410e3b5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/react-native/src/private/specs/modules/NativePushNotificationManagerIOS.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ type Notification = {|
5555
* getScheduledLocalNotifications or getDeliveredNotifications.
5656
*/
5757
+soundName?: ?string,
58-
/** DEPRECATED. This was used for iOS's legacy UILocalNotification. */
59-
+alertAction?: ?string,
60-
/** DEPRECATED. Use `fireDate` or `fireIntervalSeconds` instead. */
61-
+repeatInterval?: ?string,
6258
|};
6359

6460
export interface Spec extends TurboModule {

0 commit comments

Comments
 (0)