mvayngrib / react-native-randombytes

randomBytes for react-native
MIT License
83 stars 95 forks source link

Update installation instructions now that React Native supports autolinking #38

Open pcowgill opened 4 years ago

pcowgill commented 4 years ago

Now that React Native supports autolinking, will the installation instructions for this package change at all?

https://github.com/react-native-community/cli/blob/master/docs/autolinking.md

Thanks!

Note: Related to https://github.com/tradle/react-native-crypto/issues/43

pcowgill commented 4 years ago

Specifically, I'm wondering whether the instruction to run react-native link react-native-randombytes still applies

mvayngrib commented 4 years ago

@pcowgill as far as i understand it should work out of the box due to the presence of react-native-randombytes.podspec, but let me know if it doesn't

mvayngrib commented 4 years ago

Specifically, I'm wondering whether the instruction to run react-native link react-native-randombytes still applies

ic, no, this is not necessary for RN >= 0.60