Realm-js: Will realm support react native 60 above for android.

Created on 24 Oct 2019  路  4Comments  路  Source: realm/realm-js

Apk crashes after building the app.

I get
java.lang.UnsatisfiedLinkError: couldn't find DSO to load: librealmreact.so caused by: dlopen failed: library "libjsc.so" not found

O-Community T-Help

Most helpful comment

Apk crashes after building the app.

I get
java.lang.UnsatisfiedLinkError: couldn't find DSO to load: librealmreact.so caused by: dlopen failed: library "libjsc.so" not found

I believe you are trying to use hermes engine, Realm is not compatible with the hermes js engine yet. Please make sure the enableHermes in your build.gradle is set to false.

All 4 comments

I'm using 0.61.2 and it's working for me. I don't know about your error but isn't because Rn version.

Apk crashes after building the app.

I get
java.lang.UnsatisfiedLinkError: couldn't find DSO to load: librealmreact.so caused by: dlopen failed: library "libjsc.so" not found

I believe you are trying to use hermes engine, Realm is not compatible with the hermes js engine yet. Please make sure the enableHermes in your build.gradle is set to false.

I am closing the issue. If it persists when enableHermes is set to false, please reopen the issue.

if you are keen on using hermes or react native v8 engines you can have a look at
https://github.com/vasern/vasern it supports both of them

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Yieron picture Yieron  路  55Comments

lucamtudor picture lucamtudor  路  104Comments

compojoom picture compojoom  路  35Comments

krrevilla picture krrevilla  路  45Comments

jaideep101 picture jaideep101  路  52Comments