Error sending message to https://----mediator-url---- Cannot read property 'prototype' of undefined #1878
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run the following code to initialize a Credo / Aries Framework Javascript agent in React Native iOS (Simulator as well as iPhone Device) 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 ios
oryarn ios --device
:Note : I believe this has something to do with iOS/Xcode Configurations on network and other ends, because it seems to work on bare react native (Not Expo) apps but ONLY ON ANDROID VERSION.
I also posted this question on stack overflow but did not receive any help
Beta Was this translation helpful? Give feedback.
All reactions