File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 3636 "externalDependencies" : [
3737 " me.leolin:ShortcutBadger:1.1.22@aar"
3838 ]
39- },
40- "ios" : {
41- "AppDelegate" : {
42- "imports" : [
43- " #import <RNCPushNotificationIOS.h>"
44- ],
45- "didFinishLaunchingWithOptions" : [
46- " UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter];" ,
47- " center.delegate = MendixAppDelegate.delegate;"
48- ],
49- "willPresentNotification" : [
50- " completionHandler(UNNotificationPresentationOptionSound | UNNotificationPresentationOptionAlert | UNNotificationPresentationOptionBadge);"
51- ],
52- "didReceiveNotificationResponse" : [
53- " [RNCPushNotificationIOS didReceiveNotificationResponse:response];" ,
54- " completionHandler();"
55- ]
56- }
5739 }
5840 },
5941 "firebaseAndroid" : {
You can’t perform that action at this time.
0 commit comments