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'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
Most helpful comment
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.