@identomat-inc/react-native-identomat 1.1.28 → 1.1.30

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.
@@ -99,6 +99,6 @@ dependencies {
99
99
  //noinspection GradleDynamicVersion
100
100
  implementation "com.facebook.react:react-native:+"
101
101
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
102
- implementation 'com.identomat:identomat-sdk:1.1.155'
102
+ implementation 'com.identomat:identomat-sdk:1.1.163'
103
103
  }
104
104
 
@@ -75,7 +75,7 @@ extension UIApplication {
75
75
  class func topViewController(controller: UIViewController? = UIApplication.shared.keyWindow?.rootViewController) -> UIViewController? {
76
76
  if let navigationController = controller as? UINavigationController {
77
77
  return topViewController(controller: navigationController.visibleViewController)
78
- }
78
+ }
79
79
  if let tabController = controller as? UITabBarController {
80
80
  if let selected = tabController.selectedViewController {
81
81
  return topViewController(controller: selected)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identomat-inc/react-native-identomat",
3
- "version": "1.1.28",
3
+ "version": "1.1.30",
4
4
  "description": "identomat",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./src/index.tsx",
@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
22
22
  s.swift_version = "5"
23
23
  s.requires_arc = true
24
24
  s.dependency "React"
25
- s.dependency "identomat-inc", "1.1.141"
25
+ s.dependency "identomat-inc", "1.1.152"
26
26
  end
27
27