react-native icon indicating copy to clipboard operation
react-native copied to clipboard

@bn185068 in **node_modules\readable-stream\lib\ _stream_writable.js** add line:

Open StuartFlutter opened this issue 1 year ago • 0 comments

@bn185068 in node_modules\readable-stream\lib\ _stream_writable.js add line:

/*<replacement>*/
var process = require("process");   // THIS LINE
var pna = require('process-nextick-args');
/*</replacement>*/

Is this fixed yet? How can we get react native to "see" a process when using any crypto libs/modules? - it always fails on process.version.split not defined

Originally posted by @tuantvk in https://github.com/facebook/react-native/issues/30654#issuecomment-753844822

StuartFlutter avatar Aug 24 '22 09:08 StuartFlutter