diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index a6ca7e3ab9..a87295fdf0 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -7226,7 +7226,7 @@ export interface PushNotificationIOSStatic { * This method returns a promise that resolves to either the notification * object if the app was launched by a push notification, or `null` otherwise. */ - getInitialNotification(): PushNotification + getInitialNotification(): Promise } export interface SettingsStatic {