We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have just installed the package and used the sha512 package.
I have also linked the library and i am on.a mac M1 Chip
const sha512Hash = await RNSimpleCrypto.SHA.sha512('test')
and this error poped up.
ERROR [TypeError: Cannot read property 'shaUtf8' of null]
The text was updated successfully, but these errors were encountered:
Hmm, I dont know why that would be an issue. Did you also do a pod install in the ios directory?
pod install
Sorry, something went wrong.
Same. Any Solution? I did pod install
Ok, will try to reproduce again, I do have this is the repository I am using for testing: https://github.com/ghbutton/react-native-simple-crypto-test-2
What platforms are you testing on?
No branches or pull requests
I have just installed the package and used the sha512 package.
and this error poped up.
The text was updated successfully, but these errors were encountered: