Wallet config for Smart Wallet.
import { ThirdwebProvider, smartWallet, metamaskWallet,} from "@thirdweb-dev/react-native"; <ThirdwebProvider supportedWallets={[ smartWallet(metamaskWallet(), { factoryAddress: "factory-address", gasless: true, }), ]}> <YourApp /></ThirdwebProvider>;
The wallet config to be used by the ThirdwebProvider