dev.cds-mobile
Installation
SKILL.md
CDS Mobile Package Guidelines
Mobile-specific patterns for @coinbase/cds-mobile.
Component Config Adoption (Mobile)
Use this guidance when adding ComponentConfigProvider defaults for the specific component you are editing.
Required implementation pattern
- Register the component in
packages/mobile/src/core/componentConfig.tsusing its*BaseProps:
import type { MyComponentBaseProps } from '../category/MyComponent';