[FIX] Jitsi breaking changes (#2468)
* [FIX] Jitsi breaking changes * Update yarn cache
This commit is contained in:
parent
b30421d5c4
commit
709c7aaaea
|
@ -82,7 +82,7 @@
|
|||
"react-native-gesture-handler": "^1.6.1",
|
||||
"react-native-image-crop-picker": "RocketChat/react-native-image-crop-picker",
|
||||
"react-native-image-progress": "^1.1.1",
|
||||
"react-native-jitsi-meet": "2.1.1",
|
||||
"react-native-jitsi-meet": "^2.1.1",
|
||||
"react-native-keyboard-input": "RocketChat/react-native-keyboard-input",
|
||||
"react-native-keyboard-tracking-view": "5.7.0",
|
||||
"react-native-keycommands": "2.0.3",
|
||||
|
|
|
@ -7,7 +7,7 @@ index 27d041a..981fa95 100644
|
|||
|
||||
dependencies {
|
||||
- implementation ('org.jitsi.react:jitsi-meet-sdk:2.4.0') {
|
||||
+ implementation ('org.jitsi.react:jitsi-meet-sdk:2.+') {
|
||||
+ implementation ('org.jitsi.react:jitsi-meet-sdk:2.9.+') {
|
||||
+ exclude group: 'com.facebook.react', module:'react-native-vector-icons'
|
||||
+ exclude group: 'com.facebook.react', module:'react-native-webview'
|
||||
+ exclude group: 'com.facebook.react', module:'react-native-youtube'
|
||||
|
|
|
@ -12820,7 +12820,7 @@ react-native-iphone-x-helper@^1.0.3, react-native-iphone-x-helper@^1.2.1:
|
|||
resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.2.1.tgz#645e2ffbbb49e80844bb4cbbe34a126fda1e6772"
|
||||
integrity sha512-/VbpIEp8tSNNHIvstuA3Swx610whci1Zpc9mqNkqn14DkMbw+ORviln2u0XyHG1kPvvwTNGZY6QpeFwxYaSdbQ==
|
||||
|
||||
react-native-jitsi-meet@2.1.1:
|
||||
react-native-jitsi-meet@^2.1.1:
|
||||
version "2.1.1"
|
||||
resolved "https://registry.yarnpkg.com/react-native-jitsi-meet/-/react-native-jitsi-meet-2.1.1.tgz#cf47f5ae43c6030b57a8301c6317636f0ac63ee3"
|
||||
integrity sha512-qDgVuYX5Q6s0/WEKPcekDBPjx1gPIrqsLnHPdlxYGiTjMI8u9wyHw+L5+Ai8PF1HMPjhZV/jHx8N1gTQu2A0cw==
|
||||
|
|
Loading…
Reference in New Issue