diff --git a/packages/react-native/src/private/specs/modules/NativePushNotificationManagerIOS.js b/packages/react-native/src/private/specs/modules/NativePushNotificationManagerIOS.js index 01eeeaf35cd4..52e5fc8f17f3 100644 --- a/packages/react-native/src/private/specs/modules/NativePushNotificationManagerIOS.js +++ b/packages/react-native/src/private/specs/modules/NativePushNotificationManagerIOS.js @@ -55,10 +55,6 @@ type Notification = {| * getScheduledLocalNotifications or getDeliveredNotifications. */ +soundName?: ?string, - /** DEPRECATED. This was used for iOS's legacy UILocalNotification. */ - +alertAction?: ?string, - /** DEPRECATED. Use `fireDate` or `fireIntervalSeconds` instead. */ - +repeatInterval?: ?string, |}; export interface Spec extends TurboModule {