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 e60823b commit 53ba717Copy full SHA for 53ba717
README.md
@@ -75,6 +75,7 @@ Then, add the 'UNUserNotificationCenterDelegate' to protocols:
75
At the top of the file:
76
77
```objective-c
78
+#import <UserNotifications/UserNotifications.h>
79
#import <RNCPushNotificationIOS.h>
80
```
81
@@ -118,12 +119,6 @@ didReceiveNotificationResponse:(UNNotificationResponse *)response
118
119
120
121
-Also, if not already present, at the top of the file:
122
-
123
-```objective-c
124
-#import <UserNotifications/UserNotifications.h>
125
-```
126
127
And then in your AppDelegate implementation, add the following:
128
129
0 commit comments