react-native-color-picker
react-native-color-picker copied to clipboard
Color picker component for IOS/Android
xcode 12 expo init AwesomeProject ``` "react-native-color-picker": "^0.6.0", ``` ``` constructor(props) { super(props) this.state = { color: toHsv('red') } this.onColorChange = this.onColorChange.bind(this) } onColorChange(color) { console.log("color", color) this.setState({ color })...
I have use the holo color picker, the handle rotates to one(left) side only, to me it happens on iOS only. https://user-images.githubusercontent.com/29953232/69870626-6f2c2500-12eb-11ea-9438-0a8be2766d1b.png We recently upgrade to react native 0.61, and...
I am using react-native-color-picker and every time I click the it is giving me black color irrespective of where ever I click. I am not finding such issues anywhere. Following...
It would be nice to have an option to show a textbox with the selected color string. Using the same textbox it would be good to allow editing the value...
`onLayout` is only called when the position is changed within the parent container, but if the parent container itself moves, it's not called. This makes `this._page{X,Y}` be out of date....
I would like to label each of the sliders so that users can tell what each one controls. How would I do this so that I can change the text...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
Does anybody has this warning?