react-native-okhi 1.1.1-beta.5 → 1.1.1-beta.6

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.
package/ios/Okhi.swift CHANGED
@@ -124,7 +124,7 @@ class Okhi: RCTEventEmitter {
124
124
  }
125
125
 
126
126
  @objc func requestNotificationPermission(_ resolve:@escaping RCTPromiseResolveBlock, reject:RCTPromiseRejectBlock) {
127
- OkVerify.requestNotificationPermission { result in
127
+ OkVerify.requestNotificationPermission(registerForRemoteNotifications: false) { result in
128
128
  resolve(result)
129
129
  }
130
130
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "okhiWebReactNative",
3
- "version": "1.1.1-beta.5"
3
+ "version": "1.1.1-beta.6"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "okhiWebReactNative",
3
- "version": "1.1.1-beta.5"
3
+ "version": "1.1.1-beta.6"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-okhi",
3
- "version": "1.1.1-beta.5",
3
+ "version": "1.1.1-beta.6",
4
4
  "description": "The OkHi React Native library enables you to collect and verify addresses from your users",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "okhiWebReactNative",
3
- "version": "1.1.1-beta.5"
3
+ "version": "1.1.1-beta.6"
4
4
  }