-
Notifications
You must be signed in to change notification settings - Fork 585
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
[React-Native]: Unable to resolve module "submit-analytics" at runtime #4459
Comments
Thanks for creating an issue. In the It seems to me that the babel-plugin-module-resolver package resolves main fields like Node.js (primarily looking for a "main" field) as it uses the The ideal solution to me, would be that the I'll get a release out with this fix and 🤞 that's enough. |
Hi @kraenhansen, Moreover I did some other tests, and I found a strange thing. Here is an extract of my
And this is my Realm provider:
|
Hi @kraenhansen |
@IronTony I'm awaiting an "upstream" release on the master channel before I can get this out. I hope to get it released in the start of the coming week. Sorry for the delay here. |
@kraenhansen no problem. I thought I was doing something wrong. |
@IronTony we have a new release out with a fix for this 🤞 |
Thank you. |
How frequently does the bug occur?
All the time
Description
After iOS and Android compilation, when the server starts to load the application, I receive this error:
I am using a custom RN boilerplate.
If I add the realm package (10.20.0-beta.3) to the downloaded boilerplate and try to compile, the compilation will work and I do not receive the error above.
Instead when I use the same package in the same boilerplate but with also other packages installed (reanimated 2.5.0, apollo client 3.5.10, and so on...) I receive the error during the application load in the server (as the error above)
This is my
metro.config.js
These are some packages in my
package.json
:Stacktrace & log output
No response
Can you reproduce the bug?
Yes, always
Reproduction Steps
No response
Version
10.20.0-beta.3
What SDK flavour are you using?
Local Database only
Are you using encryption?
No, not using encryption
Platform OS and version(s)
iOS and Android
Build environment
No response
Cocoapods version
No response
The text was updated successfully, but these errors were encountered: