We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Always
While trying to import Realm from 'realm;` I get an error:
import Realm from 'realm
error: Error: Unable to resolve module realm/realm-constants.json
and by looking at the package.json of Realm, you can see it is not included in the files.
package.json
Realm
files
error: Error: Unable to resolve module realm/realm-constants.json from /Users/bimusiek/Developer/FreeYourMusic/app/node_modules/.pnpm/[email protected][email protected]/node_modules/realm/dist/bundle.react-native.js:
Import Realm package in your project.
12.3.-
Atlas Device Sync
No
Electron
Which debugger for React Native: ..
No response
The text was updated successfully, but these errors were encountered:
This is most likely a duplicate of #6144. I expect to merge and release a fix for this soon.
Sorry, something went wrong.
It is included in v12.3.1
@kneth I can confirm, it is fixed in 12.3.1 as I just bumped the Realm in our app. <3 Thank you!
No branches or pull requests
How frequently does the bug occur?
Always
Description
While trying to
import Realm from 'realm
;` I get an error:and by looking at the
package.json
ofRealm
, you can see it is not included in thefiles
.Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
Import Realm package in your project.
Version
12.3.-
What services are you using?
Atlas Device Sync
Are you using encryption?
No
Platform OS and version(s)
Electron
Build environment
Which debugger for React Native: ..
Cocoapods version
No response
The text was updated successfully, but these errors were encountered: