Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to resolve module crypto #13

Open
bpaltezo08 opened this issue May 9, 2020 · 1 comment
Open

Unable to resolve module crypto #13

bpaltezo08 opened this issue May 9, 2020 · 1 comment

Comments

@bpaltezo08
Copy link

Error appears after installation. I Itried manually install crypto but errors after errors are appearing. I am trying to integrate the SDK to a react-native app

@hubertursua
Copy link

The SDK currently does not support React Native. It uses some libraries (e.g. crypto, http) which are dependent on the Node.js runtime. Though React Native utilizes Node.js for development and building, RN uses a different engine during runtime (hence the unable to resolve module error).

I do not recommend manual install or patching since those solutions break easily.

A new version of the SDK is under development and this issue should be resolved there. No exact ETA but it should be out within a few weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants