diff --git a/index.ios.js b/index.ios.js index cce7a58..4503856 100644 --- a/index.ios.js +++ b/index.ios.js @@ -203,4 +203,8 @@ export default class NotificationsIOS { static cancelAllLocalNotifications() { NativeRNNotifications.cancelAllLocalNotifications(); } + + static async isRegisteredForRemoteNotifications() { + return await NativeRNNotifications.isRegisteredForRemoteNotifications(); + } }