Wallet UI LogoWallet UI

Getting started

Getting started with the Wallet UI React Native SDK.

Get started with a template

The easiest way to get started is to use a template. It comes with everything you need to get started.

Expo Minimal

A minimal template for building a Solana mobile app from scratch with Expo and React Native.

npx create-solana-dapp@latest -t web3js-expo-minimal

Expo

A template for building a Solana mobile app with Expo and React Native.

npx create-solana-dapp@latest -t web3js-expo

Expo and React Native Paper

A template for building a Solana mobile app with Expo and React Native Paper.

npx create-solana-dapp@latest -t web3js-expo-paper

Framework guide

If you want to add Wallet UI to your existing project or want to set it up manually, follow one of the guides below.