react-native-mytatva-rn-sdk 1.2.19 → 1.2.20

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.
@@ -179,8 +179,10 @@ dependencies {
179
179
  implementation "io.ktor:ktor-client-serialization:$ktor_version"
180
180
  implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.1")
181
181
 
182
- implementation files('libs/library_zxing-release.aar')
183
- implementation files('libs/algorithm-release.aar')
182
+ implementation(name: 'library_zxing-release', ext: 'aar')
183
+ implementation(name: 'algorithm-release', ext: 'aar')
184
+ // implementation files('libs/library_zxing-release.aar')
185
+ // implementation files('libs/algorithm-release.aar')
184
186
  }
185
187
 
186
188
  if (isNewArchitectureEnabled()) {
@@ -52,7 +52,7 @@ class AttachTransmitterViewController: UIViewController {
52
52
  print("===> all data count: ", data.count)
53
53
  KLTDatabaseHandler.shared().reloadQueryHistoryData()
54
54
  if let device = KLTBluetoothManager.shared().currentDevice {
55
- let arrayFromInitial = KLTDatabaseHandler.shared().queryReceiveData(with: device, needUserBG: false) as! [ReceiveData]
55
+ let arrayFromInitial = KLTDatabaseHandler.shared().queryReceiveData(with: device, needUserBG: true) as! [ReceiveData]
56
56
  print(arrayFromInitial)
57
57
  print("===> arrayFromInitial count: ", arrayFromInitial.count)
58
58
  self.viewModel.uploadData(data: arrayFromInitial)
@@ -135,7 +135,7 @@ class FinalViewModel: NSObject {
135
135
  print("===> all data count: ", data.count)
136
136
  KLTDatabaseHandler.shared().reloadQueryHistoryData()
137
137
  if let device = KLTBluetoothManager.shared().currentDevice {
138
- let arrayFromInitial = KLTDatabaseHandler.shared().queryReceiveData(with: device, needUserBG: false) as! [ReceiveData]
138
+ let arrayFromInitial = KLTDatabaseHandler.shared().queryReceiveData(with: device, needUserBG: true) as! [ReceiveData]
139
139
  print(arrayFromInitial)
140
140
  print("===> arrayFromInitial count: ", arrayFromInitial.count)
141
141
  self.uploadData(data: arrayFromInitial)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-mytatva-rn-sdk",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "description": "a package to inject data into visit health pwa",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",