diff --git a/android/app/src/main/java/chat/rocket/reactnative/generated/BasePackageList.java b/android/app/src/main/java/chat/rocket/reactnative/generated/BasePackageList.java index b2c79b7cc..80778aba0 100644 --- a/android/app/src/main/java/chat/rocket/reactnative/generated/BasePackageList.java +++ b/android/app/src/main/java/chat/rocket/reactnative/generated/BasePackageList.java @@ -12,8 +12,8 @@ public class BasePackageList { new expo.modules.filesystem.FileSystemPackage(), new expo.modules.haptics.HapticsPackage(), new expo.modules.imageloader.ImageLoaderPackage(), - new expo.modules.localauthentication.LocalAuthenticationPackage(), new expo.modules.keepawake.KeepAwakePackage(), + new expo.modules.localauthentication.LocalAuthenticationPackage(), new expo.modules.permissions.PermissionsPackage(), new expo.modules.webbrowser.WebBrowserPackage() ); diff --git a/package.json b/package.json index 88e602b5a..6a9d1d050 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,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-aware-scroll-view": "0.9.1", "react-native-keyboard-input": "RocketChat/react-native-keyboard-input", "react-native-keyboard-tracking-view": "5.7.0", diff --git a/patches/react-native-jitsi-meet+2.1.1.patch b/patches/react-native-jitsi-meet+2.1.1.patch index 24a697f6a..8ba944883 100644 --- a/patches/react-native-jitsi-meet+2.1.1.patch +++ b/patches/react-native-jitsi-meet+2.1.1.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/react-native-jitsi-meet/android/build.gradle b/node_modules/react-native-jitsi-meet/android/build.gradle -index 27d041a..4557113 100644 +index 27d041a..981fa95 100644 --- a/node_modules/react-native-jitsi-meet/android/build.gradle +++ b/node_modules/react-native-jitsi-meet/android/build.gradle @@ -45,7 +45,14 @@ repositories { @@ -11,7 +11,7 @@ index 27d041a..4557113 100644 + 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' -+ // exclude group: 'com.facebook.react', module:'react-native-community-async-storage' ++ exclude group: 'com.facebook.react', module:'react-native-community-async-storage' + // exclude group: 'com.facebook.react', module:'react-native-linear-gradient' + exclude group: 'com.facebook.react', module:'react-native-background-timer' + exclude group: 'com.facebook', module:'hermes' diff --git a/yarn.lock b/yarn.lock index 449fa8e0a..bafa60645 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13373,7 +13373,7 @@ react-native-iphone-x-helper@^1.0.3: resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.2.0.tgz#9f8a376eb00bc712115abff4420318a0063fa796" integrity sha512-xIeTo4s77wwKgBZLVRIZC9tM9/PkXS46Ul76NXmvmixEb3ZwqGdQesR3zRiLMOoIdfOURB6N9bba9po7+x9Bag== -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==