rn-linkrunner 2.9.0 → 2.9.1
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/LinkrunnerSDK.podspec
CHANGED
|
@@ -38,7 +38,7 @@ class LinkrunnerModule(private val reactContext: ReactApplicationContext) : Reac
|
|
|
38
38
|
val keyId = options?.getString("keyId")
|
|
39
39
|
val debug = options?.getBoolean("debug") ?: false
|
|
40
40
|
|
|
41
|
-
val packageVersion = options?.getString("packageVersion") ?: "2.9.
|
|
41
|
+
val packageVersion = options?.getString("packageVersion") ?: "2.9.1" // React Native package version
|
|
42
42
|
|
|
43
43
|
if (token.isEmpty()) {
|
|
44
44
|
promise.reject("INIT_ERROR", "Token is required")
|