@kaleyra/video-react-native-module 1.2.0 → 1.2.2

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/README.md CHANGED
@@ -29,6 +29,11 @@ yarn ios
29
29
  yarn android
30
30
  ```
31
31
 
32
+ ### Reset react native build cache
33
+ ```shell
34
+ react-native start --reset-cache
35
+ ```
36
+
32
37
  ## How to install the module:
33
38
 
34
39
  Open the **terminal** in your React-Native-App folder and run the following commands
@@ -1 +1 @@
1
- React/1.2.0
1
+ React/1.2.2
@@ -7,7 +7,7 @@ import Foundation
7
7
  class _KaleyraVideoHybridVersionInfo: NSObject {
8
8
 
9
9
  @objc
10
- static let krvVersion: String = "1.2.0"
10
+ static let krvVersion: String = "1.2.2"
11
11
 
12
12
  @objc
13
13
  static let krvPlatform: String = "react"
@@ -48,7 +48,7 @@ android {
48
48
  dependencies {
49
49
  implementation 'com.google.code.gson:gson:2.9.1'
50
50
  implementation "com.kaleyra:collaboration-suite-utils:3.0.6"
51
- implementation "com.bandyer:bandyer-android-sdk:3.8.1"
51
+ implementation "com.bandyer:bandyer-android-sdk:3.8.3"
52
52
  implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
53
53
  compileOnly "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.1"
54
54
  implementation "androidx.room:room-runtime:2.4.0-beta02"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaleyra/video-react-native-module",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "private": false,
5
5
  "description": "Kaleyra Video module for react native.",
6
6
  "main": "lib/commonjs/index.js",