@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.
package/android/build.gradle
CHANGED
|
@@ -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.
|
|
102
|
+
implementation 'com.identomat:identomat-sdk:1.1.163'
|
|
103
103
|
}
|
|
104
104
|
|
package/ios/Identomat.swift
CHANGED
|
@@ -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