You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No implementation found for void io.realm.react.RealmReactModule.invalidateCaches() (tried Java_io_realm_react_RealmReactModule_invalidateCaches and Java_io_realm_react_RealmReactModule_invalidateCaches__) - is the library loaded, e.g. System.loadLibrary?
Stacktrace & log output
10-07 10:29:05.928 28635 28705 E AndroidRuntime: java.lang.UnsatisfiedLinkError: No implementation found for void io.realm.react.RealmReactModule.invalidateCaches() (tried Java_io_realm_react_RealmReactModule_invalidateCaches and Java_io_realm_react_RealmReactModule_invalidateCaches__) - is the library loaded, e.g. System.loadLibrary?
10-07 10:29:05.928 28635 28705 E AndroidRuntime: at io.realm.react.RealmReactModule.invalidateCaches(Native Method)
10-07 10:29:05.928 28635 28705 E AndroidRuntime: at io.realm.react.RealmReactModule.invalidate(RealmReactModule.java:58)
10-07 10:29:05.928 28635 28705 E AndroidRuntime: at com.facebook.react.bridge.ModuleHolder.destroy(ModuleHolder.java:109)
10-07 10:29:05.928 28635 28705 E AndroidRuntime: at com.facebook.react.bridge.NativeModuleRegistry.notifyJSInstanceDestroy(NativeModuleRegistry.java:86)
10-07 10:29:05.928 28635 28705 E AndroidRuntime: at com.facebook.react.bridge.CatalystInstanceImpl$1.run(CatalystInstanceImpl.java:353)
10-07 10:29:05.928 28635 28705 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958)
10-07 10:29:05.928 28635 28705 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
10-07 10:29:05.928 28635 28705 E AndroidRuntime: at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:29)
10-07 10:29:05.928 28635 28705 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:205)
10-07 10:29:05.928 28635 28705 E AndroidRuntime: at android.os.Looper.loop(Looper.java:294)
10-07 10:29:05.928 28635 28705 E AndroidRuntime: at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:234)
10-07 10:29:05.928 28635 28705 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012)
Can you reproduce the bug?
Always
Reproduction Steps
Have realm initialized.
Get a codepush OTA
Install codepush app update via CodePush.restartApp()
After downgrading to 12.11.1, issue does not seem to occur.
jayshah123
changed the title
Crash occurs on Android after codepush install/restart
Crash occurs on Android after codepush OTA install/restart
Oct 7, 2024
jayshah123
changed the title
Crash occurs on Android after codepush OTA install/restart
Crash occurs on Android after codepush.restartApp OTA install/restart
Oct 7, 2024
How frequently does the bug occur?
Always
Description
On a release version of the app, When we do a codepush install while the app is already running,
We upgraded from "@realm/[email protected]" to "@realm/[email protected]".
And upgraded from "[email protected]:" to "[email protected]".
we see following crash:
Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
CodePush.restartApp()
Version
"@realm/react": "0.10.1", "react": "18.2.0", "react-native": "0.73.9", "realm": "12.13.1",
What services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
Android, all versions
Build environment
"@realm/react": "0.10.1",
"react": "18.2.0",
"react-native": "0.73.9",
"realm": "12.13.1",
Cocoapods version
1.14.3
The text was updated successfully, but these errors were encountered: