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
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