Skip to content

Instantly share code, notes, and snippets.

@haileyok
Created June 6, 2024 15:53
Show Gist options
  • Save haileyok/c7ed239ee5c1263279b2eefb5d1e923a to your computer and use it in GitHub Desktop.
Save haileyok/c7ed239ee5c1263279b2eefb5d1e923a to your computer and use it in GitHub Desktop.
2024-06-06 08:52:12.678 21901-21992 .blueskyweb.app xyz.blueskyweb.app E No implementation found for com.facebook.jni.HybridData expo.modules.kotlin.jni.JavaScriptModuleObject.initHybrid() (tried Java_expo_modules_kotlin_jni_JavaScriptModuleObject_initHybrid and Java_expo_modules_kotlin_jni_JavaScriptModuleObject_initHybrid__) - is the library loaded, e.g. System.loadLibrary?
2024-06-06 08:52:12.681 21901-21992 ReactNativeJS xyz.blueskyweb.app E Error: Exception in HostObject::get for prop 'NativeUnimoduleProxy': java.lang.UnsatisfiedLinkError: No implementation found for com.facebook.jni.HybridData expo.modules.kotlin.jni.JavaScriptModuleObject.initHybrid() (tried Java_expo_modules_kotlin_jni_JavaScriptModuleObject_initHybrid and Java_expo_modules_kotlin_jni_JavaScriptModuleObject_initHybrid__) - is the library loaded, e.g. System.loadLibrary?, js engine: hermes
2024-06-06 08:52:12.683 21901-21992 ReactNativeJS xyz.blueskyweb.app E Invariant Violation: "main" has not been registered. This can happen if:
* Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project.
* A module failed to load due to an error and `AppRegistry.registerComponent` wasn't called., js engine: hermes
2024-06-06 08:52:12.685 21901-21994 AndroidRuntime xyz.blueskyweb.app E FATAL EXCEPTION: mqt_native_modules
Process: xyz.blueskyweb.app, PID: 21901
com.facebook.react.common.JavascriptException: Error: Exception in HostObject::get for prop 'NativeUnimoduleProxy': java.lang.UnsatisfiedLinkError: No implementation found for com.facebook.jni.HybridData expo.modules.kotlin.jni.JavaScriptModuleObject.initHybrid() (tried Java_expo_modules_kotlin_jni_JavaScriptModuleObject_initHybrid and Java_expo_modules_kotlin_jni_JavaScriptModuleObject_initHybrid__) - is the library loaded, e.g. System.loadLibrary?, js engine: hermes, stack:
anonymous@1:1623065
loadModuleImplementation@1:112536
guardedLoadModule@1:112084
metroRequire@1:111706
metroImportDefault@1:111772
anonymous@1:1621805
loadModuleImplementation@1:112536
guardedLoadModule@1:112084
metroRequire@1:111706
anonymous@1:1620979
loadModuleImplementation@1:112536
guardedLoadModule@1:112084
metroRequire@1:111706
anonymous@1:1620729
loadModuleImplementation@1:112536
guardedLoadModule@1:112084
metroRequire@1:111706
anonymous@1:1620596
loadModuleImplementation@1:112536
guardedLoadModule@1:112084
metroRequire@1:111706
anonymous@1:1563714
loadModuleImplementation@1:112536
guardedLoadModule@1:112084
metroRequire@1:111706
anonymous@1:1563525
loadModuleImplementation@1:112536
guardedLoadModule@1:112084
metroRequire@1:111706
anonymous@1:118637
loadModuleImplementation@1:112536
guardedLoadModule@1:112041
metroRequire@1:111706
global@1:111258
at com.facebook.react.modules.core.ExceptionsManagerModule.reportException(ExceptionsManagerModule.java:65)
at java.lang.reflect.Method.invoke(Native Method)
at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372)
at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:146)
at com.facebook.jni.NativeRunnable.run(Native Method)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:233)
at java.lang.Thread.run(Thread.java:1012)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment