@coinbase/cds-mobile
v8.60.0
Published
Coinbase Design System - Mobile
Readme
CDS - Mobile
Components for React Native.
How To Get Started
Add the relative path to the CDS icon font to your react-native.config.js. If your project lives in the monorepo this lives in the root react-native.config.js file. There is an example for CDS playground in there.
In this monorepo, run the mobile-app targets from the repo root:
yarn nx run mobile-app:gofor Expo Go developmentyarn nx run mobile-app:launch:ios-debugoryarn nx run mobile-app:launch:android-debugfor local debug launch
Outside monorepo
- Install package with
yarn add @coinbase/cds-mobile. - Update
react-native.config.jsto include icon font in assets, i.e.assets: ['./node_modules/@coinbase/cds-mobile/icons/font'].
