'Build a Node Module via NPM for a different target

I want to include the client library of the Dash cryptocurrency into a React Native application. The problem is that via npm install it builds for NodeJS, where it assumes the core modules that are simply not there in React Native. I have been told by the developers themselves that it can be built via a web build. It's isomorphic. How can this be achieved practically?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source