Call this function to "select" your wallet and render the screen for connecting the wallet
selectionData to be passed to connectUI
's selectionData
prop
List of all supported wallets including your wallet.
You can use this to conditionally render UI based on how many wallets are supported. For example: You can render a larger UI if only one wallet (your wallet) is supported.
theme of the connect wallet modal
WalletConfig
object of your wallet
you can use this get metadata of your wallet by doing walletConfig.meta
Generated using TypeDoc
Size of the modal
This is always
compact
on React Native