-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
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
[TypeError: _reactNativeQuickCrypto.default.generateKey is not a function (it is undefined)] #188
Comments
I am also using |
@pawan-pk Have you found a solution? We are facing the same problem. |
I would be interested to know if #224 fixes this issue. |
@pawan-pk @raphaelheinz the fix may have been merged today. Can you try again? |
Hi @boorad, thanks a lot for your message. However, I am still facing the same issue after the merge. Installation Code import Crypto from 'react-native-quick-crypto';
...
Crypto.generateKey('aes', { length: 32 }, (err, key) => {
console.log("callback", err, key);
}); Am I am doing something wrong? |
No, that was my bad. I saw that exact same error, but it wasn't for What I fixed was in Your function does not seem to be implemented yet, sady. I started a new file that keeps track of what is implemented in |
Okay, no problem. Thanks for your feedback. |
Yes, I have already fixed my issues using Browserify of node crypto lib and that works for me. |
I am stuck with
_reactNativeQuickCrypto.default.generateKey is not a function (it is undefined)]
problem my code is:Help us to find the issues which I am making.
The text was updated successfully, but these errors were encountered: