-
Notifications
You must be signed in to change notification settings - Fork 204
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
sign transaction in react-native #33
Comments
can you post a sample of the code where this failing? |
async sendTx(mnemonic, amount, toAddr) { |
And I have an error when generating an account in react native without "Debug JS Remotely" mode. code: then it reports errors "[Error: no PRNG]" |
I believe this is an issue with Native React's lack of support for Crypto facebook/react-native#22933 . This is not a model we support currently |
Ok, I will follow the react native issue. Thank you very much. |
Hi,
I have developed algorand wallet in react-native, and I find I can't sign the transaction in ios simulator. I find the problem is Buffer.from(). I run the test code in the node env and I can send the transaction. I have compared the transaction's blob and find the node's transaction's blob is different from the react-native's transaction's blob. How should I solve this problem?
thanks a lot.
The text was updated successfully, but these errors were encountered: