From 709c7aaaea5815fcd60579c6d9390be0baf5a229 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Wed, 16 Sep 2020 10:32:33 -0300 Subject: [PATCH] [FIX] Jitsi breaking changes (#2468) * [FIX] Jitsi breaking changes * Update yarn cache --- package.json | 2 +- patches/react-native-jitsi-meet+2.1.1.patch | 2 +- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b47d79da..968e6930 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/patches/react-native-jitsi-meet+2.1.1.patch b/patches/react-native-jitsi-meet+2.1.1.patch index 8ba94488..4801e728 100644 --- a/patches/react-native-jitsi-meet+2.1.1.patch +++ b/patches/react-native-jitsi-meet+2.1.1.patch @@ -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' diff --git a/yarn.lock b/yarn.lock index bc63f35e..87036b5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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==