Wallet config for the Coinbase Wallet.
import { ThirdwebProvider, coinbaseWallet } from "@thirdweb-dev/react-native"; <ThirdwebProvider supportedWallets={[ coinbaseWallet({ callbackURL: new URL("app-redirect-url://"), }), ]} > <YourApp /> </ThirdwebProvider>;
The wallet config to be used by the ThirdwebProvider