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.

Checking if a wallet is a Solana wallet

React Native

Get Connection

Get Signer

Custom connection options

To override the default Web3.js Connection settings (e.g. commitment, RPC URLs), pass options to the client’s Solana extension: dynamicClient.solana.getConnection({ commitment: 'confirmed', ... }) (see Get Connection above).

Examples

You can find examples of how to interact with Solana wallets in the examples section:
Last modified on July 24, 2026