tradle / rn-nodeify

hack to allow react-native projects to use node core modules, and npm modules that use them
MIT License
614 stars 114 forks source link

fix: pbkdf2 hack not breaking in specific versions #105

Closed Fubinator closed 3 years ago

Fubinator commented 3 years ago

This fixes #104 and #102 and it is the suggested implementation of #103.

I've tested it for both cases (process.version and global.process.version) and it just replaces it with the actual version number as a string (which is intended I think).

mvayngrib commented 3 years ago

thanks @Fubinator! published in 10.3.0