Docs

coinbaseWallet

Wallet config for the Coinbase Wallet.

Example

import { ThirdwebProvider, coinbaseWallet } from "@thirdweb-dev/react-native";

<ThirdwebProvider
  supportedWallets={[
    coinbaseWallet({
      callbackURL: new URL("app-redirect-url://"),
    }),
  ]}
>
  <YourApp />
</ThirdwebProvider>;

Parameters

Returns

The wallet config to be used by the ThirdwebProvider