Commit f0488296 authored by Ran Greenberg's avatar Ran Greenberg

remove async await

parent e5feb9ff
......@@ -204,7 +204,7 @@ export default class NotificationsIOS {
NativeRNNotifications.cancelAllLocalNotifications();
}
static async isRegisteredForRemoteNotifications() {
return await NativeRNNotifications.isRegisteredForRemoteNotifications();
static 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