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 and updating the color wheel based on that value.
I have tried to implement this myself by adding react-native-color-picker to a wrapper component but it seems binding the color property of the color picker to color={ this.state.mycolor} breaks the picker on IOS and stops the outer circle being able to be moved around to select a different color.
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 and updating the color wheel based on that value.
I have tried to implement this myself by adding react-native-color-picker to a wrapper component but it seems binding the color property of the color picker to color={ this.state.mycolor} breaks the picker on IOS and stops the outer circle being able to be moved around to select a different color.