@@ -54,22 +54,22 @@ external localNotification:
54
54
localNotification =
55
55
"" ;
56
56
57
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
57
+ [@ bs . module "@react-native-community/push-notification-ios" ]
58
58
[@ bs . scope "default" ]
59
59
external presentLocalNotification : localNotification => unit =
60
60
"presentLocalNotification" ;
61
61
62
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
62
+ [@ bs . module "@react-native-community/push-notification-ios" ]
63
63
[@ bs . scope "default" ]
64
64
external scheduleLocalNotification : localNotification => unit =
65
65
"scheduleLocalNotification" ;
66
66
67
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
67
+ [@ bs . module "@react-native-community/push-notification-ios" ]
68
68
[@ bs . scope "default" ]
69
69
external cancelAllLocalNotifications : unit => unit =
70
70
"cancelAllLocalNotifications" ;
71
71
72
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
72
+ [@ bs . module "@react-native-community/push-notification-ios" ]
73
73
[@ bs . scope "default" ]
74
74
external removeAllDeliveredNotifications : unit => unit =
75
75
"removeAllDeliveredNotifications" ;
@@ -85,34 +85,34 @@ type deliveredNotification = {
85
85
"userInfo": Js . Nullable . t (Js . Json . t ),
86
86
};
87
87
88
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
88
+ [@ bs . module "@react-native-community/push-notification-ios" ]
89
89
[@ bs . scope "default" ]
90
90
external getDeliveredNotifications :
91
91
(array (deliveredNotification ) => unit ) => unit =
92
92
"getDeliveredNotifications" ;
93
93
94
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
94
+ [@ bs . module "@react-native-community/push-notification-ios" ]
95
95
[@ bs . scope "default" ]
96
96
external removeDeliveredNotifications : (~identifiers : array (string )) => unit =
97
97
"removeDeliveredNotifications" ;
98
98
99
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
99
+ [@ bs . module "@react-native-community/push-notification-ios" ]
100
100
[@ bs . scope "default" ]
101
101
external setApplicationIconBadgeNumber : int => unit =
102
102
"setApplicationIconBadgeNumber" ;
103
103
104
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
104
+ [@ bs . module "@react-native-community/push-notification-ios" ]
105
105
[@ bs . scope "default" ]
106
106
external getApplicationIconBadgeNumber : (int => unit ) => unit =
107
107
"getApplicationIconBadgeNumber" ;
108
108
109
109
// multiple externals
110
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
110
+ [@ bs . module "@react-native-community/push-notification-ios" ]
111
111
[@ bs . scope "default" ]
112
112
external cancelLocalNotifications : unit => unit = "cancelLocalNotifications" ;
113
113
114
114
// multiple externals
115
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
115
+ [@ bs . module "@react-native-community/push-notification-ios" ]
116
116
[@ bs . scope "default" ]
117
117
external cancelLocalNotificationsWithUserInfo : Js . Json . t => unit =
118
118
"cancelLocalNotifications" ;
@@ -128,7 +128,7 @@ type formattedLocalNotification = {
128
128
"userInfo": Js . Nullable . t (Js . Json . t ),
129
129
};
130
130
131
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
131
+ [@ bs . module "@react-native-community/push-notification-ios" ]
132
132
[@ bs . scope "default" ]
133
133
external getScheduledLocalNotifications :
134
134
(array (formattedLocalNotification ) => unit ) => unit =
@@ -141,7 +141,7 @@ type registrationError('a) = {
141
141
"details" : Js . t('a),
142
142
};
143
143
144
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
144
+ [@ bs . module "@react-native-community/push-notification-ios" ]
145
145
[@ bs . scope "default" ]
146
146
external addEventListener :
147
147
(
@@ -156,7 +156,7 @@ external addEventListener:
156
156
unit =
157
157
"addEventListener" ;
158
158
159
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
159
+ [@ bs . module "@react-native-community/push-notification-ios" ]
160
160
[@ bs . scope "default" ]
161
161
external removeEventListener :
162
162
(
@@ -186,23 +186,23 @@ external requestPermissionsOptions:
186
186
"" ;
187
187
188
188
// multiple externals
189
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
189
+ [@ bs . module "@react-native-community/push-notification-ios" ]
190
190
[@ bs . scope "default" ]
191
191
external requestPermissions : unit => Js . Promise . t (permissions ) =
192
192
"requestPermissions" ;
193
193
194
194
// multiple externals
195
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
195
+ [@ bs . module "@react-native-community/push-notification-ios" ]
196
196
[@ bs . scope "default" ]
197
197
external requestPermissionsWithOptions :
198
198
requestPermissionsOptions => Js . Promise . t (permissions ) =
199
199
"requestPermissions" ;
200
200
201
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
201
+ [@ bs . module "@react-native-community/push-notification-ios" ]
202
202
[@ bs . scope "default" ]
203
203
external abandonPermissions : unit => unit = "abandonPermissions" ;
204
204
205
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
205
+ [@ bs . module "@react-native-community/push-notification-ios" ]
206
206
[@ bs . scope "default" ]
207
207
external checkPermissions : (unit => permissions ) => unit = "checkPermissions" ;
208
208
@@ -213,11 +213,11 @@ external fetchResult:
213
213
fetchResult =
214
214
"" ;
215
215
216
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
216
+ [@ bs . module "@react-native-community/push-notification-ios" ]
217
217
[@ bs . scope "default" ]
218
218
external finish : fetchResult => unit = "fetchResult" ;
219
219
220
- [@ bs . module "@react-native-community/react-native- push-notification-ios" ]
220
+ [@ bs . module "@react-native-community/push-notification-ios" ]
221
221
[@ bs . scope "default" ]
222
222
external getInitialNotification :
223
223
unit => Js . Promise . t (Js . Nullable . t (Notification . t )) =
0 commit comments