Crash on Meeting Start in React-Native Android App

I’m experiencing a crash in my React-Native Android application when attempting to start a Zoom meeting. I’ve ensured that all dependencies are correctly installed and linked.

Error Log

java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__emutls_get_address" referenced by "/data/app/~-f9H5SYlcXzLMg==/base.apk!/lib/x86_64/libzSdkCore.so"...
                                                                                                    	at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
                                                                                                    	at java.lang.Runtime.loadLibrary0(Runtime.java:998)
                                                                                                    	at java.lang.System.loadLibrary(System.java:1656)
                                                                                                    	at com.zipow.videobox.sdk.SDKBridge.<clinit>(SDKBridge.java:2)
                                                                                                    	at com.zipow.videobox.sdk.SDKBridge.b(SDKBridge.java:1)
                                                                                                    	at us.zoom.proguard.cm0.v(MeetingSDKModuleService.java:1)
                                                                                                    	at com.zipow.videobox.VideoBoxApplication.initSDKMainboard(VideoBoxApplication.java:8)
                                                                                                    	at com.zipow.videobox.VideoBoxApplication.initAppForSDK(VideoBoxApplication.java:19)
                                                                                                    	at com.zipow.videobox.VideoBoxApplication.onSDKCreated(VideoBoxApplication.java:23)
                                                                                                    	at com.zipow.videobox.VideoBoxApplication.initializeForSDK(VideoBoxApplication.java:55)
                                                                                                    	at us.zoom.internal.impl.e.a(ZoomSDKImpl.java:62)
                                                                                                    	at us.zoom.sdk.ZoomSDK.initialize(ZoomSDK.java:1)
                                                                                                    	at ch.milosz.reactnative.RNZoomUsModule$3.run(RNZoomUsModule.java:194)
                                                                                                    	at android.os.Handler.handleCallback(Handler.java:938)
                                                                                                    	at android.os.Handler.dispatchMessage(Handler.java:99)
                                                                                                    	at android.os.Looper.loopOnce(Looper.java:201)
                                                                                                    	at android.os.Looper.loop(Looper.java:288)
                                                                                                    	at android.app.ActivityThread.main(ActivityThread.java:7839)
                                                                                                    	at java.lang.reflect.Method.invoke(Native Method)
                                                                                                    	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)

I’m seeking insights or solutions from the community to resolve this crash.

React-Native version: 0.68.5
Zoom library: react-native-zoom-us
Zoom SDK version : 5.16.2.16555
Android OS version: 14

@anshuman.s react-native-zoom-us is not an official Zoom SDK. It is a community project. For support and issues, you will need to reach out to the developer directly.

We are using React Native for our app development. Please share Zoom official SDK for React Native.

@chunsiong.zoom
We are using React Native for our app development. Please share Zoom official SDK for React Native.

@sales3 there is no official react native meeting SDK from zoom at the moment