App crashing error : couldn't find DSO to load

Hello,

Just wondering if anyone is having issues with deployed Android applications this morning? We pushed out a release to our production channel about 48 hours ago and the app is crashing soon after launch. We have 2 other release channels (dev and staging) that are loading up just fine. Getting this error only in production.

Error:
Fatal Exception: java.lang.UnsatisfiedLinkError: couldn’t find DSO to load: libreactnativejni.so
at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:314)
at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:247)
at com.facebook.react.bridge.ReactBridge.staticInit(ReactBridge.java:18)
at com.facebook.react.bridge.NativeMap.(NativeMap.java:19)
at com.facebook.react.bridge.JSCJavaScriptExecutorFactory.create(JSCJavaScriptExecutorFactory.java:21)
at com.facebook.react.ReactInstanceManager$5.run(ReactInstanceManager.java:912)
at java.lang.Thread.run(Thread.java:761)

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.