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
The fix of memory.js added in 6d9193e#diff-82fc0eab67b0f158e508d32809223ce3 and 6d9193e#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R34 requires both the custom implementation and a setup in the package.json: it would be better if there was a cleaner alternative to it. Options I can think of:
package.json
require('rn-sodium-memory-polyfill'
The text was updated successfully, but these errors were encountered:
About to be merged upstream
Sorry, something went wrong.
sodium-friends#51
Please close when the sodium-friends issue is closed.
RangerMauve
No branches or pull requests
The fix of memory.js added in 6d9193e#diff-82fc0eab67b0f158e508d32809223ce3 and 6d9193e#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R34 requires both the custom implementation and a setup in the
package.json
: it would be better if there was a cleaner alternative to it. Options I can think of:require('rn-sodium-memory-polyfill'
)`The text was updated successfully, but these errors were encountered: