0.1.5 • Published 5 years ago

react-native-system-color-picker v0.1.5

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

react-native-system-color-picker

System color picker for react-native

Installation

npm install react-native-system-color-picker
or
yarn add react-native-system-color-picker

Shortcuts

open

Usage

import {pickColor} from "react-native-system-color-picker"

// ...

pickColor(
	(c) => {
		...onPickColor
	}, color, 
	(c) => {
		...onColorChange
	}, {showsAlpha: true,}
);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT