This guide is for Using Your UI, as the Dynamic Widget UI component already displays the wallets for you.
Fetch available wallets
You can find the list of available wallets in thewalletOptions prop returned by the useWalletOptions hook.
Display a wallet icon
- React
- React Native
- Swift
- Flutter
Use the
@dynamic-labs/wallet-book library to display a wallet icon using the exported WalletIcon component. This component takes a walletKey prop, which is the key of the wallet you want to display.React
React Native and Flutter surface available wallets and icons via the SDK UI (e.g., the User Profile and wallet selection screens). There is no WalletIcon component for mobile SDKs. To present wallets on mobile, open the User Profile UI from your app.