Skip to main content

Install

The Coinbase Wallet Mobile SDK is available on NPM.


Note: Installing in a bare React Native project

This library uses the Expo Modules API. Bare React Native projects must install the Expo package following the documentation here.

npx install-expo-modules@latest

Add package to npm dependencies

npm install @coinbase/wallet-mobile-sdk

iOS

Run npx pod-install after installing the npm package.

Android

No additional step necessary.