react-native-push-signal 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -307,7 +307,7 @@ final class PushSignalCenter: NSObject, UNUserNotificationCenterDelegate {
307
307
  forwardingDelegate.userNotificationCenter?(
308
308
  center,
309
309
  willPresent: notification,
310
- withCompletionHandler: { forwarded in
310
+ withCompletionHandler: { (forwarded: UNNotificationPresentationOptions) in
311
311
  completionHandler(ourOptions.union(forwarded))
312
312
  }
313
313
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-push-signal",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Push",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",