[TypeError: 0, _$$_REQUIRE(_dependencyMap[1], "did-resolver").parse is not a function (it is undefined)] #1879
Unanswered
abhirams-tgrid
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run the following code to initialize a Credo / Aries Framework Javascript agent in React Native environment in an Expo ^50 version :
If i remove this snippet below, the code works perfectly fine and logs out
Agent initialized!
as expected:But when I keep that snippet, I get the following error when I run
yarn android
:I asked this on stack overflow as well but did not receive any response.
Note : it seems to work on bare react native (Not Expo) apps but ONLY ON ANDROID VERSION.
Beta Was this translation helpful? Give feedback.
All reactions