diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 6080851f38..de0f5f8f9b 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -7211,7 +7211,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 {