Commit f0488296 authored by Ran Greenberg's avatar Ran Greenberg

remove async await

parent e5feb9ff
...@@ -204,7 +204,7 @@ export default class NotificationsIOS { ...@@ -204,7 +204,7 @@ export default class NotificationsIOS {
NativeRNNotifications.cancelAllLocalNotifications(); NativeRNNotifications.cancelAllLocalNotifications();
} }
static async isRegisteredForRemoteNotifications() { static isRegisteredForRemoteNotifications() {
return await NativeRNNotifications.isRegisteredForRemoteNotifications(); return NativeRNNotifications.isRegisteredForRemoteNotifications();
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment