Apple Sign In - React Native
New Features
- Apple Sign-In support: Added support for Apple SignIn in our EmbeddedWallet. Users can sign in with a single tap.
- 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', 'google', 'apple'],
redirectUrl: "your.app.scheme://",
},
})]}>
<App />
</ThirdwebProvider>
How to Update
Update the @thirdweb-dev/react-native
package to @thirdweb-dev/react-native@nightly
and make sure to add the new package dependencies. For full setup notes, please visit our documentation.