Android ReactNative java.lang.UnsatisfiedLinkError:could find DSO to load: libreactnativejni.so

后端 未结 9 1781
天命终不由人
天命终不由人 2020-12-15 17:21

I have been trying to add ReactNative to my existing android application. I followed the instructions from this link. I could add it but the app gets crashed once I open the

9条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 17:32

    I solved this issue, update fresco library that is support for app bundle is 2.0.0 below this will not support,

    Update: For me the issue got solved after updating fresco to 2.0.0, because 1.11.0 apparently didn't have support for Android App Bundles. I don't know if you all had the same problem, though.

    just do this :

    implementation 'com.facebook.fresco:fresco:2.0.0'
    

提交回复
热议问题