I tried to add ReactNative to my existing Android app. I followed the instructions at this link. I could add it, but the application stopped working as soon as I opened an active reaction. I started using the server
adb reverse tcp:8081 tcp:8081
and began to respond native use
react-native start
I get a dialog that js files load. But, in the end, as a result of the accident. The following is the error that prints in logcat:
java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libreactnativejni.so at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:213) at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:178) at com.facebook.react.bridge.JSCJavaScriptExecutor.<clinit>(JSCJavaScriptExecutor.java:19) at com.facebook.react.ReactInstanceManager.onJSBundleLoadedFromServer(ReactInstanceManager.java:413) at com.facebook.react.ReactInstanceManager.createReactContextInBackground(ReactInstanceManager.java:236)
I am completely lost because I cannot figure out the cause of this problem.
Thank you in advance.
java android react-native
Anu Apr 12 '17 at 11:59 on 2017-04-12 11:59
source share