Skip to content

Commit 8bfab2f

Browse files
authored
chore(docs): Fix Code snippet in README (#85)
1 parent 92bf7aa commit 8bfab2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ And then in your AppDelegate implementation, add the following:
109109
-(void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions options))completionHandler
110110
{
111111
completionHandler(UNAuthorizationOptionSound | UNAuthorizationOptionAlert | UNAuthorizationOptionBadge);
112-
}```
112+
}
113+
```
113114

114115
## Migrating from the core `react-native` module
115116

0 commit comments

Comments
 (0)