Conflicting native Shared Object (.so) library file - libc++_shared.so

Hi @haider.saleem,

btw, if you are using React Native, the whole process of adding Zoom into RN is documented pretty well in this article from December (from me). There is also separate part for iOS integration + link to repo:

https://stefanmajiros.medium.com/how-to-integrate-zoom-sdk-into-react-native-47492d4e46a6

From first look, I guess you forgot to init the .so library with Soloader.loadLibrary() method (if the app crashes in runtime - this was happening also to me).

1 Like