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
I am seeing an issue where the following library is causing a compile error:
Can't import the named export 'fromBase64Url' from non EcmaScript module (only default export is available)
If i remove the .mjs file it works perfectly but this shouldn't be the case.
Can anyone help?
The text was updated successfully, but these errors were encountered:
@garridio85 Looks like .mjs is still not supported in metro (facebook/metro#535). Can you try to change the file type to .js instead?
.mjs
.js
Sorry, something went wrong.
Looks like Shuo was able to answer your question. If you have any others feel free to comment, reopen, or create a new issue. Thanks!
No branches or pull requests
I am seeing an issue where the following library is causing a compile error:
Can't import the named export 'fromBase64Url' from non EcmaScript module (only default export is available)
If i remove the .mjs file it works perfectly but this shouldn't be the case.
Can anyone help?
The text was updated successfully, but these errors were encountered: