Hey can anyone help me on below points-
- Connect React Native(expo or xcode) Mobile App to Metamask Mobile Application with the help of Walletconnect
Not presenting the QRCode Modal but list of wallets available
- Send Ethereum transaction to Metamask Mobile App
Please suggest an approach
2
Answers
https://docs.walletconnect.com/quick-start/dapps/web3-provider
So first you need to install react-native-dapp libbary. Here is the documentation https://docs.walletconnect.com/1.0/quick-start/dapps/react-native. If you’ll have errors after installing read this https://levelup.gitconnected.com/tutorial-how-to-set-up-web3js-1-x-with-react-native-0-6x-2021-467b2e0c94a4 and do every suggested line. Here is my code from my project