Hello guys I want to use react-native-jitsi-meet
in my mobile project
and I use react-native-jitsi-meet
"^2.2.0" version, "react-native":
"0.66.2" version and "@react-native-async-storage/async-storage": "github:react-native-async-storage/async-storage"
package,
In my android/app/build.gradle
I exclude async-storage
but I still get
this error, Is there anyone can understand what is the problem.
com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: Type com.reactnativecommunity.asyncstorage.AsyncLocalStorageUtil is defined multiple times
> implementation(project(':react-native-jitsi-meet')) {
> exclude group: 'com.facebook',module:'hermes'
> exclude group: 'com.facebook.react',module:'@react-native-async-storage/async-storage'
> exclude group: 'com.facebook.react',module:'react-native-svg'
> exclude group: 'com.facebook.react',module:'react-native-linear-gradient'
> exclude group: 'com.facebook.react',module:'react-native-vector-icons'
> transitive = true
> }