itinance / react-native-sha256

sha256 natively for react-native
MIT License
99 stars 50 forks source link

Update podspec to allow auto-linking for RN 60 and up #43

Closed suark closed 3 years ago

suark commented 3 years ago

https://github.com/facebook/react-native/issues/25553#issuecomment-509534090

Referencing from this comment, the fix is to update the: s.dependency 'React' to s.dependency 'React-Core to make everything auto-link properly in iOS.

All react-native libraries with native iOS code should be doing this to keep up to date with the requirements in react-native 60 and up.

suark commented 3 years ago

@itinance Thanks for the merge.