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).