You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
hello and thank you for the lib, it helped me to get started with web3 on RN
I just wanted to point out that the generated application uses import {scheme} from "expo";, which is not a valid import.
I'd recommend moving the code into a TSX file so that ts checks these mistakes. Also, I haven't really found a way to get this info from RN, maybe it has to be provided by the developer?
Thank you again :)
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
hello and thank you for the lib, it helped me to get started with web3 on RN
I just wanted to point out that the generated application uses
import {scheme} from "expo";
, which is not a valid import.I'd recommend moving the code into a TSX file so that ts checks these mistakes. Also, I haven't really found a way to get this info from RN, maybe it has to be provided by the developer?
Thank you again :)
The text was updated successfully, but these errors were encountered: