-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update to latest jsonld, http-client, webcrypto. #553
Conversation
@vonovak As part of testing the RN upgrade PR, I added a unit test to verify a VC. But running it in jest gives a segmentation fault. Can you take a look and see if there's something I'm missing? To reproduce, run install, then run test:
|
@vonovak Oh interesting, checking the
Will investigate what this dynamic import is.. |
@vonovak ok, more info on the segfault. The dynamic import callback error is the result of the |
Note that this is a PR to Vojtech's
feat/add-expo
RN upgrade branch.