react-native-color-selector
v0.1.1
Published
A very simple react native color selector library
Downloads
3
Readme
react-native-color-selector
A very simple react native color selector library
Installation
npm install react-native-color-selector
Usage
import { ColorSelector } from 'react-native-color-selector';
const [color, setColor] = useState('#000000');
<ColorSelector color={color} setColor={setColor} />
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library