I'm trying to run jitsi meet in my android application but I keep getting the following build error:
Program type already present: com.facebook.jni.HybridData$Destructor Message{kind=ERROR, text=Program type already present: com.facebook.jni.HybridData$Destructor, sources=[Unknown source file], tool name=Optional.of(D8)}
I do use facebook conceal library to encrypt files in my application so I'm assuming that react-native is reusing code used in conceal.
Any ideas on how can I get rid of that error?