Skip to content

Commit

Permalink
Add missing UserNotifications import (#128)
Browse files Browse the repository at this point in the history
Fixes #113
  • Loading branch information
geraintwhite committed Jun 8, 2020
1 parent ffa493f commit 34b1c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/RNCPushNotificationIOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

#import <React/RCTEventEmitter.h>
#import <UserNotifications/UserNotifications.h>

extern NSString *const RNCRemoteNotificationReceived;

Expand Down

0 comments on commit 34b1c59

Please sign in to comment.