Wallet config for WalletConnect.
import { ThirdwebProvider, walletConnect,} from "@thirdweb-dev/react-native"; <ThirdwebProvider supportedWallets={[walletConnect()]}> <YourApp /></ThirdwebProvider>;
function walletConnect( config?: WalletConnectConfig,): WalletConfig<WalletConnect>;
The config for WalletConnect
let config: WalletConnectConfig;
let returnType: WalletConfig<WalletConnect>;
The wallet config to be used by the ThirdwebProvider