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
After doing an npm install and adding the boilerplate code to the App file I get the following error:
TypeError: null is not an object (evaluating 'DIDCommResolversProxyModule.getConstants')
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:95:17 in reportException
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:141:19 in handleException
at node_modules/react-native/Libraries/Core/setUpErrorHandling.js:24:39 in handleError
at node_modules/expo/build/errors/ExpoErrorManager.js:25:19 in errorHandler
at node_modules/expo/build/errors/ExpoErrorManager.js:30:24 in <anonymous>
at node_modules/@react-native/polyfills/error-guard.js:49:36 in ErrorUtils.reportFatalError
at node_modules/metro-runtime/src/polyfills/require.js:203:40 in guardedLoadModule
at http://192.168.1.71:19000/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&strict=false&minify=false:null in global code
It looks like it is complaining that DIDCommResolversProxyModule is not getting found
The text was updated successfully, but these errors were encountered:
@dmitry-vychikov I gave it a try but now I am having issues with ⠦ Couldn't install: didcomm-react-native » DidcommSDK. Updating the Pods project and trying again... which I saw that someone opened an issue here but seems like that they passed forward.
After doing an npm install and adding the boilerplate code to the App file I get the following error:
It looks like it is complaining that DIDCommResolversProxyModule is not getting found
The text was updated successfully, but these errors were encountered: