Ready Mobile for your react native app
Step 1: Install packages
pnpm install @walletconnect/universal-provider @walletconnect/types @walletconnect/core @walletconnect/react-native-compatStep 2: Configure URL Schemes
{
"expo": {
"scheme": "yourappscheme",
"ios": {
"infoPlist": {
"LSApplicationQueriesSchemes": [
"argent",
"argentx",
"argentmobile"
]
}
}
}
}Step 3: Initialize the WalletConnect Provider
Step 4: Initialize the Provider on Component Mount
Step 5: Implement Deep Linking to Ready Mobile
Step 6: Connect to Ready Mobile
Step 7: Disconnect from the wallet
Step 8: Send a Transaction
Last updated
Was this helpful?