react-native-mytatva-rn-sdk 1.2.95 → 1.2.96

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.
@@ -1,5 +1,4 @@
1
- package com.mytatvarnsdk
2
-
1
+ package com.mytatvarnsdk
3
2
  import android.app.Application
4
3
  import android.bluetooth.BluetoothAdapter
5
4
  import android.content.Intent
@@ -19,7 +19,7 @@ class MainApplication : BApplication(), ReactApplication {
19
19
  MultiDex.install(base)
20
20
  }
21
21
 
22
- private val mReactNativeHost = object : DefaultReactNativeHost(this) {
22
+ override val reactNativeHost: ReactNativeHost = object : DefaultReactNativeHost(this) {
23
23
  override fun getUseDeveloperSupport(): Boolean {
24
24
  return BuildConfig.DEBUG
25
25
  }
@@ -42,8 +42,4 @@ class MainApplication : BApplication(), ReactApplication {
42
42
  // BleService.startService(this)
43
43
  // BSharedPreferences.init(this)
44
44
  }
45
-
46
- override fun getReactNativeHost(): ReactNativeHost {
47
- return mReactNativeHost
48
- }
49
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-mytatva-rn-sdk",
3
- "version": "1.2.95",
3
+ "version": "1.2.96",
4
4
  "description": "a package to inject data into visit health pwa",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",