Skip to content

Commit 746c53c

Browse files
committed
chore: remove iOS push notification setup for RNCPushNotificationIOS
1 parent 77d7859 commit 746c53c

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

capabilities-setup-config.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,6 @@
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": {

0 commit comments

Comments
 (0)