File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -364,5 +364,15 @@ If your app already includes `react-native-locale-detector` or `react-native-vec
364364 implementation(project(':react-native-jitsi-meet')) {
365365 exclude group: 'com.facebook.react',module:'react-native-locale-detector'
366366 exclude group: 'com.facebook.react',module:'react-native-vector-icons'
367+ // Un-comment below if using hermes
368+ //exclude group: 'com.facebook',module:'hermes'
369+ // Un-comment any packages below that you have added to your project to prevent `duplicate_classes` errors
370+ //exclude group: 'com.facebook.react',module:'react-native-community-async-storage'
371+ //exclude group: 'com.facebook.react',module:'react-native-community_netinfo'
372+ //exclude group: 'com.facebook.react',module:'react-native-svg'
373+ //exclude group: 'com.facebook.react',module:'react-native-fetch-blob'
374+ //exclude group: 'com.facebook.react',module:'react-native-webview'
375+ //exclude group: 'com.facebook.react',module:'react-native-linear-gradient'
376+ //exclude group: 'com.facebook.react',module:'react-native-sound'
367377 }
368378```
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ repositories {
4545}
4646
4747dependencies {
48- implementation (' org.jitsi.react:jitsi-meet-sdk:2.4 .0' ) {
48+ implementation (' org.jitsi.react:jitsi-meet-sdk:2.6 .0' ) {
4949 transitive = true
5050 }
5151}
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
1616 s . source_files = "ios/**/*.{h,m}"
1717
1818 s . dependency 'React'
19- s . dependency 'JitsiMeetSDK' , '2.4 .0'
19+ s . dependency 'JitsiMeetSDK' , '2.6 .0'
2020end
You can’t perform that action at this time.
0 commit comments