We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I followed the steps and followed this issue that was immensely helpful at solving another problem, however now I'm stuck at ironically a similar issue as that previous issue post.
The crypto module seems to import fine, however a standard library file is throwing an error because it can't access Buffer.
crypto
Any ideas? I'm not sure why this is being thrown now when it didn't happen before.
The text was updated successfully, but these errors were encountered:
You need to have a global.js file and import it. This is specified in the example. https://github.com/philikon/ReactNativify/blob/master/global.js https://github.com/philikon/ReactNativify/blob/master/index.android.js
Sorry, something went wrong.
No branches or pull requests
I followed the steps and followed this issue that was immensely helpful at solving another problem, however now I'm stuck at ironically a similar issue as that previous issue post.
The
crypto
module seems to import fine, however a standard library file is throwing an error because it can't access Buffer.Any ideas? I'm not sure why this is being thrown now when it didn't happen before.
The text was updated successfully, but these errors were encountered: