You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
Originally posted by Allen-Muhani June 7, 2022
Hi @0xarthurxyz.
I am using @celo/identity version 2.0.0
I am running into the following error when using the @celo/identity library to perform attestation.
Error: Dynamic require defined at line 4; not supported by Metro
Error: Requiring module "node_modules/@celo/identity/lib/index.js", which threw an exception: Error: Dynamic require defined at line 4; not supported by Metro
Error: Requiring module "node_modules/@celo/identity/lib/index.js", which threw an exception: Error: Dynamic require defined at line 4; not supported by Metro
Error: Requiring module "node_modules/@celo/identity/lib/index.js", which threw an exception: Error: Dynamic require defined at line 4; not supported by Metro
Error: Requiring module "node_modules/@celo/identity/lib/index.js", which threw an exception: Error: Dynamic require defined at line 4; not supported by Metro
It occurs when I add the following code to my utility file.
Discussed in https://github.com/celo-org/identity/discussions/24
Originally posted by Allen-Muhani June 7, 2022
Hi @0xarthurxyz.
I am using @celo/identity version 2.0.0
I am running into the following error when using the @celo/identity library to perform attestation.
It occurs when I add the following code to my utility file.
Here is how I import ODIS:
import { OdisUtils } from '@celo/identity';Here is the node_modules/@celo/identity/lib/index.js file content
Thanks