react-native-system-color-picker
v0.1.5
Published
System color picker for react-native-desktop
Downloads
4
Readme
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
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