[FIX] Android build (#2094)
This commit is contained in:
parent
e89484dddb
commit
bfce5c8c87
|
@ -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()
|
||||
);
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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==
|
||||
|
|
Loading…
Reference in New Issue