diff --git a/README.md b/README.md index 05a8aa804..e19cace20 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,8 @@ And then in your AppDelegate implementation, add the following: -(void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions options))completionHandler { completionHandler(UNAuthorizationOptionSound | UNAuthorizationOptionAlert | UNAuthorizationOptionBadge); -}``` +} +``` ## Migrating from the core `react-native` module