react-native-system-color-picker

System color picker for react-native-desktop

Usage no npm install needed!

<script type="module">
  import reactNativeSystemColorPicker from 'https://cdn.skypack.dev/react-native-system-color-picker';
</script>

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

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