tradle / rn-nodeify

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

Update readme to reflect added yarn support #79

Closed izakgl closed 5 years ago

izakgl commented 5 years ago

Please update the readme to include the option for yarn package manager. Using yarn before and then running rn-nodeify with npm broke my node_modules. Using npm for both did work, however i prefer yarn. Thankfully i found the issue where yarn support was discussed and checked the pr to see the argument. This should be accessible from readme aswell.

mvayngrib commented 5 years ago

thanks for the tip! I've updated the options section