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
When attempting to run my React Native application, I encountered a resolution error related to "multiformats/bases/base64" emanating from the "@decentralized-identity/ion-sdk" dependency.
Issue Details
Upon executing my React Native project, the following error message is displayed:
The error occurs when using the IonDid method from the SDK as shown in the code snippet below:
Install "@decentralized-identity/ion-sdk" using npm or yarn.
Import and utilize the SDK in a React Native project.
Use the IonDid method as shown in the code snippet above.
Run the project using the React Native CLI or through a platform like Expo.
Observe the aforementioned error message.
Expected Behavior
The expected behavior is for the application to resolve all modules and dependencies without issue and launch without encountering resolution errors related to "multiformats/bases/base64".
Actual Behavior
An error message is displayed, preventing the successful launch of the application:
Unable to resolve "multiformats/bases/base64" from "node_modules/@decentralized-identity/ion-sdk/dist/lib/IonKey.js"
The text was updated successfully, but these errors were encountered:
Description
When attempting to run my React Native application, I encountered a resolution error related to "multiformats/bases/base64" emanating from the "@decentralized-identity/ion-sdk" dependency.
Issue Details
Upon executing my React Native project, the following error message is displayed:
The error occurs when using the
IonDid
method from the SDK as shown in the code snippet below:Steps to Reproduce
Expected Behavior
The expected behavior is for the application to resolve all modules and dependencies without issue and launch without encountering resolution errors related to "multiformats/bases/base64".
Actual Behavior
An error message is displayed, preventing the successful launch of the application:
Unable to resolve "multiformats/bases/base64" from "node_modules/@decentralized-identity/ion-sdk/dist/lib/IonKey.js"
The text was updated successfully, but these errors were encountered: