tradle / react-native-crypto

partial implementation of node's `crypto` for react-native
MIT License
372 stars 85 forks source link

Not understand doc #33

Closed callmejm closed 4 years ago

callmejm commented 5 years ago

Sorry I can't really understand

# install node core shims and recursively hack package.json files
# in ./node_modules to add/update the "browser"/"react-native" field with relevant mappings
./node_modules/.bin/rn-nodeify --hack --install

after npm i --save-dev tradle/rn-nodeify i stuck

mvayngrib commented 5 years ago

that comment just explains what running ./node_modules/.bin/rn-nodeify --hack --install does. Did you run that command?

mvayngrib commented 4 years ago

closing, will re-open if someone still needs clarity here