More Social Sign In Options - ReactNative / React
New Features
- Apple and Facebook Sign-In Support: Added support for Apple and Facebook Sign-In in our Embedded Wallet. Users can sign in with a single tap.
- Login with the same credentials across platforms (web, react native), you get the same wallet address
- Works great as the signer (personal wallet) to use Smart Wallets (ERC4337) with
- Non-custodial
<ThirdwebProvider
clientId={'your-client-id'}
supportedWallets={[embeddedWallet({
auth: {
options: ['email', 'apple', 'facebook', 'google'],
redirectUrl: "your.app.scheme://", // for ReactNative
},
})]}>
<App />
</ThirdwebProvider>
How to Update
Update the @thirdweb-dev/react
and @thirdweb-dev/react-native
packages to the latest version. For full setup notes, please visit our documentation.