Conflicting Shared Object: libc++_shared.so

Hi @wbaroudi,

I added this in my React native module. I also added SoLoader as below:

SoLoader.init(this, false)
SoLoader.loadLibrary("zoom_tp")

It did help the crash issue, however, it couldn’t initialise the Video SDK and got timeout after few second.
You have implement this in your React Native project?