We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bf7aa commit 8bfab2fCopy full SHA for 8bfab2f
README.md
@@ -109,7 +109,8 @@ And then in your AppDelegate implementation, add the following:
109
-(void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions options))completionHandler
110
{
111
completionHandler(UNAuthorizationOptionSound | UNAuthorizationOptionAlert | UNAuthorizationOptionBadge);
112
-}```
+}
113
+```
114
115
## Migrating from the core `react-native` module
116
0 commit comments