SmartWallet
A wallet configurator for Smart Accounts which allows integrating the wallet with React Native
To allow users to connect to this wallet using the ConnectWallet component, you can add it to ThirdwebProvider's supportedWallets prop.
Usage with useSmartWallet
you can use the useSmartWallet
hook to programmatically connect to the smart wallet without using the ConnectWallet component.
smartWallet()
also needs to be added in ThirdwebProvider's supportedWallets if you want the wallet to auto-connect on next page load.