@radhya/mach-push-react-native 0.1.1 → 0.1.2

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.
@@ -65,7 +65,7 @@ final class MachPush: RCTEventEmitter {
65
65
  reject: @escaping RCTPromiseRejectBlock
66
66
  ) {
67
67
  UNUserNotificationCenter.current().requestAuthorization(
68
- options: [.alert, .badge, .sound, .provisional]
68
+ options: [.alert, .badge, .sound]
69
69
  ) { granted, error in
70
70
  if let error {
71
71
  reject("MACH_PUSH_PERMISSION", error.localizedDescription, error)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radhya/mach-push-react-native",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "MACH Push for React Native and Expo development builds",
5
5
  "license": "MIT",
6
6
  "repository": {