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 integrated this library in my React Native app but the RN packager throws the following error when compiling the app bundle.
jsonld/lib/compact.js: Couldn't find a Program.
jsonld/lib/compact.js: Couldn't find a Program
I tried with various node versions (v14, 16, etc.) as well as different jsonld package versions (2.0.2, 3.0.1, 5.2.0) but no luck.
Any help for fixing this issue would be much appreicated.
The text was updated successfully, but these errors were encountered:
@fowwest - try using our fork, https://github.com/digitalcredentials/jsonld.js (we're using it in React Native)
Sorry, something went wrong.
No branches or pull requests
I integrated this library in my React Native app but the RN packager throws the following error when compiling the app bundle.
jsonld/lib/compact.js: Couldn't find a Program
.I tried with various node versions (v14, 16, etc.) as well as different jsonld package versions (2.0.2, 3.0.1, 5.2.0) but no luck.
Any help for fixing this issue would be much appreicated.
The text was updated successfully, but these errors were encountered: