ConnectEmbed
ConnectEmbed component renders a UI to connect to various wallets. it renders the same UI as the ConnectWallet
component's Modal UI.
This is really useful for Implementing a "Sign in" / "Welcome" page.
You can start writing code with our React Native Connect Embed template.
To Configure which wallets to show in the
ConnectEmbed
UI, you need to configure thesupportedWallets
prop in theThirdwebProvider
component which wraps your entire application.To display a
Recommended
tag below a wallet provider, pass in therecommended: true
property in the wallet configurator function.If
supportedWallets
is not configured in theThirdwebProvider
, the ConnectWallet Modal show the default wallets:Render the
ConnectEmbed
component anywhere in your application. Refer to Props to see the configuration options available