/capacitor-system-colors

🎨 Get native colors i.e. android.R.color.{id} from your capacitor app.

Primary LanguageJava

@tanishqmanuja/capacitor-system-colors

Get native android system colors

Install

npm install @tanishqmanuja/capacitor-system-colors
npx cap sync

API

get(...)

get(options: { id: string; }) => Promise<{ color: string; }>
Param Type
options { id: string; }

Returns: Promise<{ color: string; }>