@thirdweb-dev/react-native-adapter@1.3.0
·
2517 commits
to main
since this release
Minor Changes
-
#4094
f1d087e
Thanks @joaquim-verges! - Support for Coinbase Smart Wallet in React NativeYou can now use the Coinbase Smart Wallet in your React Native apps.
const wallet = createWallet("com.coinbase.wallet", { appMetadata: { name: "My app name", }, mobileConfig: { callbackURL: "https://example.com", }, walletConfig: { options: "smartWalletOnly", }, }); await wallet.connect({ client, });