Skip to content

Commit 53ba717

Browse files
authored
Update README.md (#114)
1 parent e60823b commit 53ba717

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Then, add the 'UNUserNotificationCenterDelegate' to protocols:
7575
At the top of the file:
7676
7777
```objective-c
78+
#import <UserNotifications/UserNotifications.h>
7879
#import <RNCPushNotificationIOS.h>
7980
```
8081

@@ -118,12 +119,6 @@ didReceiveNotificationResponse:(UNNotificationResponse *)response
118119

119120
```
120121

121-
Also, if not already present, at the top of the file:
122-
123-
```objective-c
124-
#import <UserNotifications/UserNotifications.h>
125-
```
126-
127122
And then in your AppDelegate implementation, add the following:
128123

129124
```objective-c

0 commit comments

Comments
 (0)