diff --git a/index.ios.js b/index.ios.js index cce7a58f3dd724b303b2064d5e354cffeeadc216..4503856c834146ef891f43bde8567676f0a4b8a8 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(); + } }