GithubHelp home page GithubHelp logo

Comments (7)

Spacerat avatar Spacerat commented on June 1, 2024 1

I just ran into this too... my solution was to create this https://www.npmjs.com/package/random-js-no-node

Definitely a massive hack, but it worked!

I honestly don't know much about modules/packaging/etc, but the basic problem seems to be this: in the browser, random-js successfully makes 'crypto' an optional dependency, but somehow in the context of React Native, it's not. I imagine that something sees the require("crypto") call in the node engine, and decides that crypto is a required dependency.

from random-js.

ApayRus avatar ApayRus commented on June 1, 2024

I faced the same issue. Please share more examples how to solve.

from random-js.

rawr51919 avatar rawr51919 commented on June 1, 2024

I would suggest using a polyfill or similar that hooks to the module crypto-browserify

from random-js.

ApayRus avatar ApayRus commented on June 1, 2024

I commented code with 'crypto' and everything still works.

from random-js.

rawr51919 avatar rawr51919 commented on June 1, 2024

PR #65 may provide a fix for this issue
Also @Spacerat you'll likely need to update your repo once it merges because it will be a HUGE, sorely needed update

from random-js.

Spacerat avatar Spacerat commented on June 1, 2024

That's interesting - if #65 fixes this issue, I think my repo would be made redundant? In which case I wonder if it's better to deprecate it than keep it updated.

from random-js.

rawr51919 avatar rawr51919 commented on June 1, 2024

That's interesting - if #65 fixes this issue, I think my repo would be made redundant? In which case I wonder if it's better to deprecate it than keep it updated.

yeah, as there's ways to do the same thing as what random-js-no-node does now with webpack 5+ polyfills

from random-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.