Skip to main content

Recommended: JavaScript SDK for React Native

While this SDK is still supported, we recommend using newer JavaScript SDK, which is optimized for React Native, but also comes with a host of other benefits.

Using Your UI

If the user is not already logged in, it will trigger login with that wallet rather than linking. The difference between login and linking is that login will create a new user if one doesn’t exist, whereas linking will add the wallet to the existing user.
The React Native SDK provides walletOptions and connectWallet for programmatic wallet connections. Get available wallet options:
React Native
Connect to a specific wallet:
React Native
Full example with wallet selection UI:
React Native

Using Your UI

Coming soon.
Last modified on July 24, 2026