React Native sign transaction? #866
Unanswered
dellwatson
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If it's in web i usually get signature from
useWeb3React -> "@web3-react/core"
and do it like this:
now with walletconnect how do i get signer?
const connector = useWalletConnect();
is
connector
a signer?I dont find it on docs for react-native, when RN sign tx surely it will move to another app(metamask-mobile). while on web, it will just pop up the metamask-ext
Beta Was this translation helpful? Give feedback.
All reactions