@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.
|
|
1
|
+
React/1.2.2
|
|
@@ -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.
|
|
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"
|