PeelTechnologies/react-native-tcp

The instruction to use this plugin are not clear enough

Opened this issue · 1 comments

Hi everyone, I'm a beginner here, I would like to ask after installing these dependencies npm install --save-dev rn-nodeify , for the next step, where should I put this command rn-nodeify --install stream,process,util --hack ?

You can put "postinstall": "rn-nodeify --install stream,process,util --hack" into package.json -> scripts.
If you put this command into package.json , the command execute every time after npm install