From 5efb44d74354507042512c5894826f2cf93b63fa Mon Sep 17 00:00:00 2001 From: student-t Date: Sat, 18 Jul 2020 06:36:02 +1000 Subject: [PATCH] Fixed a syntax error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 067040d7a..607fc0209 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ PushNotification.configure({ // (optional) Called when the user fails to register for remote notifications. Typically occurs when APNS is having issues, or the device is a simulator. (iOS) onRegistrationError: function(err) { console.error(err.message, err); - } + }, // IOS ONLY (optional): default: all - Permissions to register. permissions: {