Wallet config for a Local Wallet
import { ThirdwebProvider, localWallet,} from "@thirdweb-dev/react-native"; <ThirdwebProvider supportedWallets={[localWallet()]}> <YourApp /></ThirdwebProvider>;
The wallet config to be used by the ThirdwebProvider