-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v12.0.0-alpha.1
Exception in HostObject::get for prop 'Realm': java.lang.NoClassDefFoundError: io.realm.react.RealmReactModule
#5666
Comments
Thank you for taking this for a spin!
|
Initialize: I should try with |
v12.0.0-alpha.1
Exception in HostObject::get for prop 'Realm': java.lang.NoClassDefFoundError: io.realm.react.RealmReactModule
Thank you so much for reporting this and taking the time to produce a repro - it was a stupid error on our part with an easy fix. Expect a release in the beginning of next week 👍 (I try to avoid releasing on a Friday). |
@RalissonMattias unfortunately we're experiencing a different regression, preventing us from building the Node.js Windows ia32 native module, that we need to fix before the release of this fix can be published. |
Thanks for letting me know, I'm waiting🚀😃 |
@RalissonMattias we managed to fix that other issue and the fix for this issue is now published as |
How frequently does the bug occur?
Always
Description
When i use
new Realm({schema: [TaskSchema]})
the app crashes in androidStacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
npx react-native init projectName
yarn add realm@next
yarn add bson
andreact-native-get-random-values
. Obs: I needed to add these libraries. Without these libraries, the project crashesimport react-native-get-random-values
inApp.tsx
new Realm({schema: [schemas]})
. The app crashes in sequenceVersion
12.0.0-alpha.1
What services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
Android 12
Build environment
Cocoapods version
1.12.0
The text was updated successfully, but these errors were encountered: