notifly-sdk 4.2.0 → 4.2.1-beta.0
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.
|
@@ -37,7 +37,7 @@ class NotiflySdkModule internal constructor(private val reactContext: ReactAppli
|
|
|
37
37
|
val context: Context = reactContext.currentActivity ?: reactContext.applicationContext
|
|
38
38
|
|
|
39
39
|
Notifly.setSdkType(NotiflyControlTokenImpl(), NotiflySdkWrapperType.REACT_NATIVE)
|
|
40
|
-
Notifly.setSdkVersion(NotiflyControlTokenImpl(), "4.2.0")
|
|
40
|
+
Notifly.setSdkVersion(NotiflyControlTokenImpl(), "4.2.1-beta.0")
|
|
41
41
|
|
|
42
42
|
Notifly.initialize(context, projectId, username, password)
|
|
43
43
|
|
package/ios/NotiflySdk.swift
CHANGED
|
@@ -9,7 +9,7 @@ class NotiflyReactNativeSdk: NSObject {
|
|
|
9
9
|
reject _: RCTPromiseRejectBlock
|
|
10
10
|
) {
|
|
11
11
|
Notifly.setSdkType(type: "react_native")
|
|
12
|
-
Notifly.setSdkVersion(version: "4.2.0") // TODO: get version from package.json
|
|
12
|
+
Notifly.setSdkVersion(version: "4.2.1-beta.0") // TODO: get version from package.json
|
|
13
13
|
Notifly.initialize(projectId: projectId, username: username, password: password)
|
|
14
14
|
resolve(nil)
|
|
15
15
|
}
|
|
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
|
|
|
16
16
|
|
|
17
17
|
s.source_files = "ios/**/*.{h,m,mmm,swift}"
|
|
18
18
|
|
|
19
|
-
s.dependency "notifly_sdk", "2.6.0"
|
|
19
|
+
s.dependency "notifly_sdk", "2.6.1-beta.0"
|
|
20
20
|
s.dependency "React-Core"
|
|
21
21
|
|
|
22
22
|
# Don't install the dependencies when we run `pod install` in the old architecture.
|