Primary Wallet
In React Native, you can access the primary wallet through thedynamicClient.wallets.primary property. This gives you direct access to the main wallet associated with the user.
React Native
useUserWallets
React Native provides access to all user wallets through thewallets.userWallets array from the reactive client.
React Native
Check Which Wallet is Embedded
You can check which wallet is embedded by using theuseUserWallets hook and looking for the isEmbeddedWallet boolean.
React Native
onEmbeddedWalletCreated
React Native uses the client configuration to set up event handlers for embedded wallet creation.React Native
Add extra logic during any wallet connection (walletConnected)
React Native uses thewalletConnected event (equivalent to handleConnectedWallet in the React SDK) to add logic during wallet connection events.
React Native
What next?
What next?
Continue with chain-specific guides (for example EVM).